index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
man
/
man1
/
cmark.1
Age
Commit message (
Expand
)
Author
2020-06-22
Re-add `--safe` command-line option as a no-op.
John MacFarlane
2020-02-11
Update date on cmark.1.
John MacFarlane
2020-02-11
cmark.1 - Document --unsafe instead of --safe.
John MacFarlane
2020-02-11
cmark.1: remove docs for `--normalize` which no longer exists.
John MacFarlane
2016-04-09
Fixed a number of issues relating to line wrapping.
John MacFarlane
2016-03-24
Updated date in man1 page.
John MacFarlane
2016-03-20
Fixed documentation of --width in man page.
John MacFarlane
2015-07-13
Added `CMARK_OPT_SAFE` option and `--safe` command-line flag.
John MacFarlane
2015-07-05
Added LaTeX renderer.
John MacFarlane
2015-06-16
Added `CMARK_OPT_VALIDATE_UTF8` option.
John MacFarlane
2015-03-30
Updated man page.
John MacFarlane
2015-03-21
CommonMark renderer: Added 'width' parameter.
John MacFarlane
2015-03-21
Updated output formats in man page.
John MacFarlane
2015-02-15
Removed outdated statement in man page.
John MacFarlane
2015-02-15
Man page updates.
John MacFarlane
2015-02-15
Implemented --smart for man output.
John MacFarlane
2015-02-14
Updated man page for --smart.
John MacFarlane
2015-01-07
cmark: Add function & option to normalize text nodes.
John MacFarlane
2014-12-13
Added cmark_render_man (man page writer).
John MacFarlane
2014-11-30
Make the man pages standard groff man rather than mdoc.
John MacFarlane
2014-11-30
Switched to mdoc for cmark.1.
John MacFarlane
2014-11-29
Keep cmark.1 in repository, so pandoc isn't required to build.
John MacFarlane
2014-11-29
Moved man page generation to man/CMakeLists.txt.
John MacFarlane
2014-11-15
Updated man page for multiple file inputs.
John MacFarlane
2014-10-24
Renamed c program and library stmd -> cmark.
John MacFarlane