Metadata-Version: 1.1
Name: markdown-link-style
Version: 0.1.0.dev5
Summary: Switch between markdown inline and footnote link styles
Home-page: https://git.ricketyspace.net/markdown-link-style
Author: rsiddharth
Author-email: s@ricketyspace.net
License: GNU General Public License version 3 or later
Description: markdown-link-style
        ===================
        
        Switch between inline and footnote link style in markdown documents.
        
        source
        ------
        
        ::
        
           git clone git://git.ricketyspace.net/markdown-link-style.git
        
        usage
        -----
        
        ::
        
           # switch to footnote link style
           $ mdl-style footnote path/to/document.md
        
           # switch to inline link style
           $ mdl-style inline path/to/document.md
        
        license
        -------
        
        Under `GNU General Public License version 3 or later`__.
        
        .. _gplv3: https://www.gnu.org/licenses/gpl-3.0-standalone.html
        __ gplv3_
        
Keywords: markdown link inline footnote style
Platform: GNU/Linux
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Documentation
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Utilities
