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_headings_verbose.d(15): Ddoc: added heading 'Heading'
9 ----
10 */
11 
12 /++
13 # Heading
14 +/
15 module ddoc_markdown_headings_verbose;