Skip to content

anon-mongoose/markdown_index_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Index

Description

Generate a Markdown index from any Markdown file.

Requirements

  • python >= 3.8

Steps

1. Create a Python3 venv

python3 -m venv venv_markdown_index_generator

Do not forget to source it with the command below:

. venv_markdown_index_generator/bin/activate

2. Update pip

pip3 install --upgrade pip

3. Install required Python3 dependencies

pip3 install -r pip3_requirements.txt

4. Run the script by specifying a Markdown file

python3 markdown_index_generator.py ./README.md

The output should look like this:

- [Description](#description)
- [Requirements](#requirements)
- [Steps](#steps)
  - [1. Create a Python3 venv](#1-create-a-python3-venv)
  - [2. Update pip](#2-update-pip)
  - [3. Install required Python3 dependencies](#3-install-required-python3-dependencies)
  - [4. Run the script by specifying a Markdown file](#4-run-the-script-by-specifying-a-markdown-file)

About

Generate a Markdown index from any Markdown file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages