diff options
author | rsiddharth <s@ricketyspace.net> | 2017-06-04 23:35:49 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2017-06-04 23:42:45 +0000 |
commit | 5dde967f0907460d5bacf5634f6e9ecd955a3f70 (patch) | |
tree | da6f078e1bd387860701836111ed9e028e3568f8 /README.rst | |
parent | dd3972a722514d9c49813fe1d05ee24dcf1ecb95 (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.rst | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -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 ------- |