blob: e2aa9ec701717076c477dfc12a600425dd925fec (
plain) (
tree)
|
|
markdown-link-style
===================
install
-------
::
pip3 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_
|