summaryrefslogtreecommitdiff
path: root/src/cmark.h
diff options
context:
space:
mode:
authorPavlo Kapyshin <i@93z.org>2016-03-27 15:01:03 +0300
committerPavlo Kapyshin <i@93z.org>2016-03-27 15:01:03 +0300
commitbb7289750b93e20f760fb94fd04931b651e5ce3e (patch)
treebccbdd19bba5f5e577396e7a1fbcce075e8a175e /src/cmark.h
parentec64e9ea899c3f40e26aec8bfc4a9b8941b91cdf (diff)
Note that NOBREAKS option is HTML-only
Diffstat (limited to 'src/cmark.h')
-rw-r--r--src/cmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmark.h b/src/cmark.h
index 7b7001e..95ec623 100644
--- a/src/cmark.h
+++ b/src/cmark.h
@@ -519,7 +519,7 @@ char *cmark_render_latex(cmark_node *root, int options, int width);
*/
#define CMARK_OPT_SAFE (1 << 3)
-/** Render `softbreak` elements as spaces.
+/** Render `softbreak` elements as spaces (HTML only).
*/
#define CMARK_OPT_NOBREAKS (1 << 4)