summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-06-04 23:35:49 +0000
committerrsiddharth <s@ricketyspace.net>2017-06-04 23:42:45 +0000
commit5dde967f0907460d5bacf5634f6e9ecd955a3f70 (patch)
treeda6f078e1bd387860701836111ed9e028e3568f8 /README.rst
parentdd3972a722514d9c49813fe1d05ee24dcf1ecb95 (diff)
mdl_style: Update _get_args.
mdl_style.py (_mdl_stylize): Update function. (_get_args): Update function. README.rst: Update file.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index e2aa9ec..720f935 100644
--- a/README.rst
+++ b/README.rst
@@ -20,11 +20,21 @@ usage
::
- # switch to footnote link style
- $ mdl-style footnote path/to/document.md > document-footnote-style.md
+ # footnote style
- # switch to inline link style
- $ mdl-style inline path/to/document.md > document-inline-style.md
+ ## 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
-------