summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-22 22:55:39 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-22 22:55:39 -0800
commit4811dc3ec2330f015444ac6f5ee4f8cbf3563808 (patch)
tree05ba17dcc8b7c3c6f4e6fa274c4f22aaf6cee708 /man
parentde6c5fb2c45dfa2791074f7d99a27b23b2106dfc (diff)
Rename hrule -> thematic_break.
CMARK_NODE_HRULE -> CMARK_NODE_THEMATIC_BREAK. However we've defined the former as the latter to keep backwards compatibility. See jgm/CommonMark 8fa94cb460f5e516b0e57adca33f50a669d51f6c
Diffstat (limited to 'man')
-rw-r--r--man/man3/cmark.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/cmark.3 b/man/man3/cmark.3
index a581759..b6b1206 100644
--- a/man/man3/cmark.3
+++ b/man/man3/cmark.3
@@ -112,7 +112,7 @@ are nodes of type:
.IP \[bu] 2
CMARK_NODE_HTML
.IP \[bu] 2
-CMARK_NODE_HRULE
+CMARK_NODE_THEMATIC_BREAK
.IP \[bu] 2
CMARK_NODE_CODE_BLOCK
.IP \[bu] 2