diff options
-rw-r--r-- | default.commonmark | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/default.commonmark b/default.commonmark new file mode 100644 index 000000000..95d7e52cc --- /dev/null +++ b/default.commonmark @@ -0,0 +1,21 @@ +$if(titleblock)$ +$titleblock$ + +$endif$ +$for(header-includes)$ +$header-includes$ + +$endfor$ +$for(include-before)$ +$include-before$ + +$endfor$ +$if(toc)$ +$toc$ + +$endif$ +$body$ +$for(include-after)$ + +$include-after$ +$endfor$ |