An open API service indexing awesome lists of open source software.

https://github.com/pfalcon/udownmark

A dead simple parser/renderer for Markdown-like text markup (subset of Markdown). Dedicated to Pycopy, a minimalist Python implementation (https://github.com/pfalcon/micropython).
https://github.com/pfalcon/udownmark

markdown markdown-to-html pycopy

Last synced: 3 months ago
JSON representation

A dead simple parser/renderer for Markdown-like text markup (subset of Markdown). Dedicated to Pycopy, a minimalist Python implementation (https://github.com/pfalcon/micropython).

Awesome Lists containing this project

README

        

# udownmark

`udownmark` is a very simple and small parser and renderer for a subset
of Markdown-like syntax written in Python. It is intended to be used
with small Python implementations like
[Pycopy](https://github.com/pfalcon/pycopy).

`udownmark` implements basic inline and block-level formatting, mostly
compatible with Markdown, and is a work-in-porgress. Exact set of
currently supported features can be seen in `tests/` directory included
in the main repository of the project.