diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-25 22:43:31 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-21 17:28:31 -0700 |
commit | f4afff1ce6c59a9a6ad7a5d370aab902a8cdb4c9 (patch) | |
tree | a032d748a0c68aca7cccd45495eece8a8f37b2a5 /man | |
parent | 3d46c2b594c1230cebb89c48c86b8a80aee43553 (diff) |
Added commonmark renderer.
This is still incomplete. (See TODOs in the source.)
Diffstat (limited to 'man')
-rw-r--r-- | man/man3/cmark.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/man3/cmark.3 b/man/man3/cmark.3 index 2a55774..9ebdaf9 100644 --- a/man/man3/cmark.3 +++ b/man/man3/cmark.3 @@ -1,4 +1,4 @@ -.TH cmark 3 "March 15, 2015" "LOCAL" "Library Functions Manual" +.TH cmark 3 "March 18, 2015" "LOCAL" "Library Functions Manual" .SH NAME .PP @@ -474,6 +474,12 @@ to add an appropriate header and footer. Render a \f[I]node\f[] tree as a groff man page, without the header. .PP +\fIchar *\f[] \fBcmark_render_commonmark\f[](\fIcmark_node *root\f[], \fIint options\f[]) + +.PP +Render a \f[I]node\f[] tree as a commonmark document. + +.PP .nf \fC .RS 0n |