Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebastiandedeyne/minimarkdown

Limited markdown parser, to be used for smaller applications like comment forms.
https://github.com/sebastiandedeyne/minimarkdown

Last synced: 14 days ago
JSON representation

Limited markdown parser, to be used for smaller applications like comment forms.

Awesome Lists containing this project

README

        

#Minimarkdown v0.1

Limited markdown parser, to be used for smaller applications like comment forms. Unfinished, plan is to keep it lightweight and speedy for realtime parsing.

Currently supports:
- Plain paragraphs
- Headers (#)
- Unordered lists (-)
- Inline **bold** & *italic* text (**)