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
- Host: GitHub
- URL: https://github.com/ashish-simplecoder/simple-markdown-parser
- Owner: Ashish-simpleCoder
- License: mit
- Created: 2025-08-02T13:50:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T06:37:46.000Z (10 months ago)
- Last Synced: 2025-08-03T08:35:27.742Z (10 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Markdown Parser
A simple markdown parser

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