Ticket created by ~aman on ~lattis/muon
This happens in the
executable
function.
Comment by ~aman on ~sircmpwn/lists.sr.ht
I just deleted a mailing list so I think this can be closed.
Comment by ~aman on ~sircmpwn/lists.sr.ht
I just deleted a mailing list so I think this can be closed.
Comment by ~aman on ~sircmpwn/lists.sr.ht
I just deleted a mailing list so I think this can be closed.
Comment by ~aman on ~sircmpwn/sr.ht
Why not just use cmark-gfm, the C library used by GitHub? I've used the Python bindings for personal projects and it works great. Just run
cmarkgfm.github_flavored_markdown_to_html(markdown_text)
There is also an option to strip all HTML and support for footnotes using the
CMARK_OPT_FOOTNOTES
option. I can submit a preliminary pull request, although maybe we should add some Markdown tests to core.sr.ht before doing that. What do you all think?