JMarkdown: JavaScript enabled markdown with dynamic syntax extensions #3666
jmckalex
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.
-
Hello,
I've just released the first beta version of JMarkdown, a full-featured markdown interpreter with dynamic syntax extensions that also allows JavaScript functions to be defined and executed from the markdown code as it is processed. This allows you to define new markdown syntax that produces complex HTML output from simple text input. Syntax extensions can be defined in the markdown file using Unicode characters as delimiters, or with patterned text-recognition via regular expressions. Post-processing of the HTML output (prior to being written to a file) is also supported with inline scripts using Cheerio.
See the webpage for detailed documentation (which is written using
jmarkdown
).As I said, this is a beta version but I've been using it for several months now and it Works For Me™. That said, there isn't much error-checking in the code so any syntax errors will almost surely not fail gracefully. Any comments / suggestions would be much appreciated.
Many thanks,
Jason
Beta Was this translation helpful? Give feedback.
All reactions