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

https://github.com/ashish-simplecoder/simple-markdown-parser

A simple markdown parser
https://github.com/ashish-simplecoder/simple-markdown-parser

Last synced: 10 months ago
JSON representation

A simple markdown parser

Awesome Lists containing this project

README

          

# Simple Markdown Parser

A simple markdown parser

image

It can parse followings and convert them to html:
- h1
- h2
- h3
- bold
- italic
- code
- link
- image
- un-ordered list
- ordered list
- code-block
- blockquote
- hr
- paragraph