summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
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
-------