Metadata-Version: 2.1
Name: enumerate-markdown
Version: 0.0.9
Summary: Enumerates your markdown headers, inside the md file
Home-page: https://github.com/a4vision/enumerate-markdown
Author: Assaf Yifrach
Author-email: asafyi@gmail.com
License: UNKNOWN
Description: # 1. Enumerates the headers in a markdown file
        Enumerate headers in markdown file.
        
        ## 1.1 Usage:
        Run from the command line
        ```bash
        markdown-enum inputFile.md outputFile.md
        ```
        The script will parse `someFile.md`, add an enumeration to each header and output
        the result to the file named `outputFile.md`.
        All previously existing headers will be overriden. So a useful scenario is
        ```bash
        markdown-enum inputFile.md inputFile.md
        ```
        
        ## 1.2 Install:
        Requires python 3.
        
        ```bash
        pip install enumerate-markdown
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
