blob: c7ca2655691223d5af61af9d6b6b55ab909ef9aa (
plain) (
tree)
|
|
markdown-link-style
===================
A script that lets you 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 -f path/to/document.md
# switch to inline link style
$ mdl-style -i 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_
|