pandoc. Converts markdown to html, latex, pdf, and Word.
It serves as the backend behind basically every program that support some kind of rendering of markdown, e.g. quarto, ipython notebooks.
Pandoc - Pandoc User’s Guide - pandoc.org/MANUAL.html
Comment on Is there a platform like github that isn't for code?
a_gee_dizzle@lemmy.ca 2 days agoThanks for the info.
In my opinion, it’s better to start off simple while writing the content since then you can pick a tool based on what type of formatting you end up needing
Yeah I guess there should be rudimentary markdown to LaTeX translation programs, right?
pandoc. Converts markdown to html, latex, pdf, and Word.
It serves as the backend behind basically every program that support some kind of rendering of markdown, e.g. quarto, ipython notebooks.
Pandoc - Pandoc User’s Guide - pandoc.org/MANUAL.html
otter@lemmy.ca 2 days ago
I haven’t tried any, but I would think so yes. You can probably run a script over the files to accomplish the same thing :)
a_gee_dizzle@lemmy.ca 1 day ago
Yeah a script doesn’t sound like a bad idea