mdx - Template Markdown #11
Labels
being worked upon
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
invalid
This doesn't seem right
Markdown is amazing, but one thing that is a constant pain on it is having neatly formatted documents, it would be nice if markdown had support for templates on itself, and that includes advanced latex support. Say for example i'd want to write an chemical equation with chemfig, or draw a molecule from a smiles specification using latex.
The main design is to have a core that parses and generates latex code from two files (i'm copying what latex does with .sty and .tex files, but in a much more cleaner design (i personally hate backslash syntax))
this will require the creation of an abstracted parsing library cause parser combinators are just too easy.
mdx
- Mardown ExtensionScript files that provide functions that parse text elements. The core mardown parser would be written in one of those.
xmd
- eXtended MarkdownThe files that will be compiled into latex.
The text was updated successfully, but these errors were encountered: