Reddit flavored CommonMark-to-HTML conversion in Python, implemented in both pulldown-cmark and comrak.
cd pulldown-cmark
cargo build
import snoomark
snoomark.pulldown_cmark.to_html("This is a string with **bold** and *italic*.")
snoomark.pulldown_cmark.to_html("This renders as a hyperlink: https://reddit.com.")