summaryrefslogblamecommitdiffstats
path: root/README.rst
blob: 720f9352a715d2dd1320c18c8396a596171764f2 (plain) (tree)
1
2
3
4
5
6
7
8
9


                   




       
                                   












                                                               
                   
 












                                                                              







                                                               
markdown-link-style
===================

install
-------

::

   pip3 install markdown-link-style

source
------

::

   git clone git://git.ricketyspace.net/markdown-link-style.git

usage
-----

::

   # footnote style

   ## switch to footnote link style
   $ mdl-style footnote path/to/document.md

   ## write footnote link style version to another file
   $ mdl-style footnote path/to/document.md path/to/document-footnote-style.md

   # inline style

   ## switch to inline link style
   $ mdl-style inline path/to/document.md

   ## write inline link style version to another file
   $ mdl-style inline path/to/document.md path/to/document-inline-style.md

license
-------

Under `GNU General Public License version 3 or later`__.

.. _gplv3: https://www.gnu.org/licenses/gpl-3.0-standalone.html
__ gplv3_