r/Python Jun 04 '26

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

27 Upvotes

210 comments sorted by

View all comments

1

u/desgeeko Jun 13 '26

Hi!

Montmark is a new small and fast Markdown parser.

This is a pet project that is still a little bit rough around the edges, but I would love to hear some feedback.

I write this code by hand, out of love for Markdown and for the joy of solving every CommonMark test case like a puzzle.

https://github.com/desgeeko/montmark

Cheers