mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
a0cfb3fd31
Support for vimdoc, documentation format used by vim in its help pages. Relies heavily on definition lists and precise text alignment to generate tags.
17 lines
200 B
Plaintext
17 lines
200 B
Plaintext
$if(filename)$*${filename}* $endif$$if(abstract)$${abstract}$endif$$if(filename)$
|
|
|
|
|
|
$endif$$if(combined-title)$${combined-title}
|
|
|
|
|
|
$endif$$toc-reminder$
|
|
|
|
$if(toc)$
|
|
$toc$
|
|
|
|
$endif$
|
|
|
|
$body$
|
|
|
|
$modeline$
|