diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-06 18:57:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-06 18:57:30 -0700 |
commit | 3f58ea88000e800e21dd4f2aab6ca116e12956d6 (patch) | |
tree | 82a35530bc8d1a5611cc620afde9666139d503f2 /man/man1/stmd.1 | |
parent | d095c3dce74bc558c2fb580a0fda511ba42bac42 (diff) | |
parent | 777b453920ea812ac1b6cd953cc0fc5691e1326a (diff) |
Merge pull request #86 from ousia/master
replace Standard Markdown with CommonMark
Diffstat (limited to 'man/man1/stmd.1')
-rw-r--r-- | man/man1/stmd.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/stmd.1 b/man/man1/stmd.1 index 913d5a7..6bfdd80 100644 --- a/man/man1/stmd.1 +++ b/man/man1/stmd.1 @@ -10,7 +10,7 @@ stmd [\f[I]options\f[]] [file*] \f[C]stmd\f[] acts as a pipe, reading from stdin or from the specified files and writing to stdout. It converts markdown formatted plain text to HTML, using the conventions -described in the standard markdown spec. +described in the CommonMark spec. .SH OPTIONS .TP .B \f[C]\-\-ast\f[] |