Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Simple Python script that reads a Markdown file and creates a dictionary based on the contents of the file, using the headings of the document as the keys
https://github.com/ebiggio/markdown-parser

Last synced: 15 days ago
JSON representation

Simple Python script that reads a Markdown file and creates a dictionary based on the contents of the file, using the headings of the document as the keys

Awesome Lists containing this project

README

        

# Markdown parser

Simple Python script that reads a Markdown file and creates a dictionary based on the contents of the file, using the headings of the document as the keys... at least, that's what I'm trying to do while I get accustomed to Python 3.10.

The end goal is serving the contents of the markdown file over a webservice, using the main headers of the document as URL endpoints.