Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sudha247/silly-markdown-parser
- Owner: Sudha247
- License: mit
- Created: 2018-06-21T11:49:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T13:22:35.000Z (about 6 years ago)
- Last Synced: 2024-11-08T08:50:51.280Z (3 months ago)
- Topics: markdown, parser, python, python3, regular-expression
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- [ ] ArgparseDirections to Run:
`python3 markp.py inputfile.md`
The output is written into `inputfile.html` in the same directory.