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).
- Host: GitHub
- URL: https://github.com/pfalcon/udownmark
- Owner: pfalcon
- Created: 2019-05-10T22:29:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T06:09:38.000Z (almost 6 years ago)
- Last Synced: 2025-03-17T10:21:55.313Z (3 months ago)
- Topics: markdown, markdown-to-html, pycopy
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.