fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
523 stars 55 forks source link

Folder delimiters for file paths in metadata are escaped. #13

Closed jcoulombe closed 13 years ago

jcoulombe commented 13 years ago

Example:

$ cat meta.txt 
Latex Input:    path/to/file

Text

$ multimarkdown -t latex meta.txt 
\input{path\slash to\slash file}
Text
fletcher commented 13 years ago

Fixed. Thanks!