summaryrefslogtreecommitdiff
path: root/src/cmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmark.h')
-rw-r--r--src/cmark.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmark.h b/src/cmark.h
index 3c5d6b6..c98e18e 100644
--- a/src/cmark.h
+++ b/src/cmark.h
@@ -519,6 +519,10 @@ char *cmark_render_latex(cmark_node *root, int options, int width);
*/
#define CMARK_OPT_SAFE (1 << 3)
+/** Render `softbreak` elements as spaces (HTML only).
+ */
+#define CMARK_OPT_NOBREAKS (1 << 4)
+
/**
* ### Options affecting parsing
*/