blob: 720f9352a715d2dd1320c18c8396a596171764f2 (
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
36
37
38
39
40
41
42
43
44
45
|
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_
|