mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 23:15:52 +00:00
Initial work to create dokuwiki write (#386)
In this first version, all dokuwiki files are straight copies of the media wiki counterparts.
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