summaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 0ffc406d1083752a2a7e61932d378ebd939f5b9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
markdown-link-style
===================

install
-------

::

   pip install markdown-link-style

source
------

::

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

usage
-----

::

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

   # switch to inline link style
   $ mdl-style inline path/to/document.md > 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_