Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ebiggio/markdown-parser
- Owner: ebiggio
- Created: 2023-01-10T03:01:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T04:11:09.000Z (about 2 years ago)
- Last Synced: 2024-11-12T09:12:28.700Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.