Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Tools

This repository consists of various tools for working with Markdown files. Currently, it houses the Markdown List to Table Converter.

Prerequisites

  • Python 3.6 or higher

Installation

  1. Clone the repository:

    git clone https://github.com/myinusa/markdown-tools.git
    cd markdown-tools
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt

Tools

Directory Description
markdown-list-to-table-converter Converts unordered list items in a Markdown file into a formatted table.

About

various tools for working with Markdown files. Currently, it houses the Markdown List to Table Converter.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages