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

https://github.com/yassineldeeb/markdown-parser

a markdown parser ✨
https://github.com/yassineldeeb/markdown-parser

markdown md parser typescript

Last synced: about 2 months ago
JSON representation

a markdown parser ✨

Awesome Lists containing this project

README

          

# markdown-parser✨

### Progress:
- [x] Headings
- [x] Headings Alternate Syntax
- [x] Paragraphs
- [x] Line Breaks
- [x] Emphasis (bold & italic)
- [ ] Blockquotes
- [ ] Blockquotes with Multiple Paragraphs
- [ ] Nested Blockquotes
- [ ] Blockquotes with Other Elements
- [ ] Ordered Lists
- [ ] Unordered Lists
- [ ] Code Blocks
- [ ] Images
- [ ] Lists
- [ ] Escaping Backticks
- [x] Horizontal Rules
- [ ] Links
- [ ] Adding Titles
- [ ] URLs and Email Addresses
- [ ] Formatting Links
- [ ] Escaping Characters

### [Following these Specifications](https://www.markdownguide.org/basic-syntax/)