Metadata-Version: 1.1
Name: markdown2html
Version: 0.0.3
Summary: Convert a mardown file to a html file with a given css style (or a default one)
Home-page: UNKNOWN
Author: hayj
Author-email: hj@hayj.fr
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: ## Requirements
        
        	sudo apt-get install pandoc
        
        ## Install
        
            sudo pip install markdown2html
        
        ## Usage
        
            usage: md2html [-h] [-v] [-k] [-s STYLE] files [files ...]
        
            positional arguments:
            files                 Files you want to convert
        
            optional arguments:
            -h, --help            show this help message and exit
            -v, --verbose         Display infos
            -k, --keep            Keep an existing output file (overwrites by default)
            -s STYLE, --style STYLE
                                    Give a css file to be embedded in the html output
        
        ## Details
        
        You can find the default css file used in `md2html/style-templates/style.css`.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
