This repository consists of various tools for working with Markdown files. Currently, it houses the Markdown List to Table Converter.
- Python 3.6 or higher
-
Clone the repository:
git clone https://github.com/myinusa/markdown-tools.git cd markdown-tools -
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required packages:
pip install -r requirements.txt
| Directory | Description |
|---|---|
| markdown-list-to-table-converter | Converts unordered list items in a Markdown file into a formatted table. |