mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 01:15:53 +00:00
Merge pull request #65 from claremacrae/dokuwiki
Merge in template file for Dokuwiki support
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
$for(include-before)$
|
||||
$include-before$
|
||||
|
||||
$endfor$
|
||||
$if(toc)$
|
||||
__TOC__
|
||||
|
||||
$endif$
|
||||
$body$
|
||||
$for(include-after)$
|
||||
|
||||
$include-after$
|
||||
$endfor$
|
||||
Reference in New Issue
Block a user