Skip to content

zeantsoi/snoomark-binding

Repository files navigation

SnooMark

Reddit flavored CommonMark-to-HTML conversion in Python, implemented in both pulldown-cmark and comrak.

Setup

cd pulldown-cmark

cargo build

Basic usage

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.")

About

Reddit-flavored CommonMark parsing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages