From ecd0c8c23f011e845ca96704b154083c0f07a994 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Mar 2019 16:27:24 -0700 Subject: Define CMARK_OPT_SAFE for API compatibility. It doesn't do anything; this is documented. --- man/man3/cmark.3 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'man/man3') 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 @@ -717,6 +717,20 @@ Include a \f[C]data\-sourcepos\f[] attribute on all block elements. .PP Render \f[C]softbreak\f[] elements as hard line breaks. +.PP +.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 -- cgit v1.2.3