~aman


#14 error: invalid kwarg: 'override_options' 2 years ago

Ticket created by ~aman on ~lattis/muon

This happens in the executable function.

#57 Add ability to delete a list 4 years ago

Comment by ~aman on ~sircmpwn/lists.sr.ht

I just deleted a mailing list so I think this can be closed.

#57 Add ability to delete a list 4 years ago

Comment by ~aman on ~sircmpwn/lists.sr.ht

I just deleted a mailing list so I think this can be closed.

#57 Add ability to delete a list 4 years ago

Comment by ~aman on ~sircmpwn/lists.sr.ht

I just deleted a mailing list so I think this can be closed.

#20 Switch to GitHub flavored markdown 4 years ago

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?