pandoc_to_json {pandocfilters} | R Documentation |
Utility functions for testing filters
Description
Utility functions for testing filters
Usage
pandoc_to_json(file, from = "markdown")
pandoc_from_json(json, to = "markdown", exchange = c("file", "arg"))
Arguments
file |
file name |
from |
markdown, html, latex or native |
json |
a |
to |
markdown, html, latex or native |
exchange |
a character string |
[Package pandocfilters version 0.1-6 Index]