luamd
luamd copied to clipboard
Markdown to HTML in pure Lua.
Hello, I would like to to make a link to a file that has an underscore in the name: `[Link](foo_bar.html)` But the underscore seems to confuse the library. Instead of...
For the following input: ``` ```asdf``` ``` I get this error: ``` md.lua:277: bad argument #1 to 'match' (string expected, got nil) ``` Expected behavior can only be evoked with...
Support GitHub-style alerts for markdown, example: \> [!NOTE] \> Highlights information that users should take into account, even when skimming. to: > [!NOTE] > Highlights information that users should take...