diff options
author | rsiddharth <s@ricketyspace.net> | 2017-02-18 16:32:33 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2017-02-18 16:32:33 +0000 |
commit | fb0a03dfabb29dae899c7d2f1dc94ff38a3240c6 (patch) | |
tree | fc9ddab0424a17d48b7b252b613724aa28f14d21 /README.rst |
Initial commit.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..c7ca265 --- /dev/null +++ b/README.rst @@ -0,0 +1,31 @@ +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_ |