Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages