Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sudha247/silly-markdown-parser

A markdown parser written entirely using regular expressions.
https://github.com/sudha247/silly-markdown-parser

markdown parser python python3 regular-expression

Last synced: about 1 month ago
JSON representation

A markdown parser written entirely using regular expressions.

Awesome Lists containing this project

README

        

# silly-markdown-parser

A *markdown* parser written entirely using regular expressions, hence the name; *Silly-Markdown-Parser* :sunglasses:

### Features:
- [x] Headers
- [x] Emphasis
- [x] Links
- [x] Images
- [x] Code and Syntax highlighting
- [x] Blockquotes
- [x] Horizontal rule

### To Do:
- [ ] Tables
- [ ] Nested List
- [ ] Emojis
- [ ] Argparse

Directions to Run:

`python3 markp.py inputfile.md`

The output is written into `inputfile.html` in the same directory.