Announcing panluna, a tool to create custom Markdown readers for pandoc #9957
tarleb
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As already noted in #9894, I've been working on a connector to use lunamark with pandoc in order to create custom Markdown readers.
The result is now available as panluna, a Lua library that allows the creation of customizable Markdown parsers that can be used as custom Lua readers. A custom Markdown parser can be an easy method to support custom Markdown syntax in ways that are not possible with filters.
Performance of the basic panluna/lunamark parser is excellent and only about 10% slower than pandoc's default Markdown reader.
Please refer to the project repo for installation instructions and usage examples.
Beta Was this translation helpful? Give feedback.
All reactions