1 // PERMUTE_ARGS: 2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o- -preview=markdown -transition=vmarkdown 3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 4 5 /* 6 TEST_OUTPUT: 7 ---- 8 compilable/ddoc_markdown_tables_verbose.d(19): Ddoc: formatting table '| this | that |' 9 ---- 10 */ 11 12 /++ 13 Table: 14 15 | this | that | 16 | ---- | ---- | 17 | cell | cell | 18 +/ 19 module test.compilable.ddoc_markdown_tables_verbose;