diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/man3/cmark.3 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/man/man3/cmark.3 b/man/man3/cmark.3 index 8e4b4c7..65ab6d6 100644 --- a/man/man3/cmark.3 +++ b/man/man3/cmark.3 @@ -1,4 +1,4 @@ -.TH cmark 3 "March 17, 2019" "LOCAL" "Library Functions Manual" +.TH cmark 3 "March 19, 2019" "LOCAL" "Library Functions Manual" .SH NAME .PP @@ -721,6 +721,20 @@ Render \f[C]softbreak\f[] elements as hard line breaks. .nf \fC .RS 0n +#define CMARK_OPT_SAFE (1 << 3) +.RE +\f[] +.fi + +.PP +\f[C]CMARK_OPT_SAFE\f[] is defined here for API compatibility, but it no +longer has any effect. "Safe" mode is now the default: set +\f[C]CMARK_OPT_UNSAFE\f[] to disable it. + +.PP +.nf +\fC +.RS 0n #define CMARK_OPT_UNSAFE (1 << 17) .RE \f[] |