Closed
Description
I have large json files containing markdown snippets. I want to convert each snippet to LaTeX.
-
I could invoke pandoc in a loop to process them, but that is slow.
-
I could artificially concatenate the snippets into a markdown file and then convert, but would need to parse the output back to json.
Are there any alternatives? If not, I think this is a valuable feature to have.