Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 278 Bytes

File metadata and controls

7 lines (5 loc) · 278 Bytes

Simple Markdown Compiler

Pedagogical project done entirely in Python, that converts a markdown document into HTML.

Way to use: python3 comp.py markdown_document_name

Special mention to Carlos Quental for helping me with RegEx. His github -> https://github.com/carlosquental