summaryrefslogtreecommitdiff
path: root/templates/markdown.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/markdown.template')
-rw-r--r--templates/markdown.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/markdown.template b/templates/markdown.template
index 6124462ba..d500d3384 100644
--- a/templates/markdown.template
+++ b/templates/markdown.template
@@ -8,8 +8,16 @@ $for(header-includes)$
$header-includes$
$endfor$
+$for(include-before)$
+$include-before$
+
+$endfor$
$if(toc)$
$toc$
$endif$
$body$
+$for(include-after)$
+
+$include-after$
+$endfor$