Skip to content

Converting thousands of snippets #7410

Closed
@teucer

Description

@teucer

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions