diff options
author | Yuki Izumi <kivikakk@github.com> | 2017-05-05 18:02:34 +1000 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-05-05 10:02:34 +0200 |
commit | 6313fff5f9482bdc0489dd19bf9c4ff6ed817e71 (patch) | |
tree | 7a3b05970662eee284fd70e68d21c49e4fb16e8f /man | |
parent | 12501f1000f592ff67cca98b6733f0bfa3115f9f (diff) |
Remove normalize as an option per #190 (#194)
Diffstat (limited to 'man')
-rw-r--r-- | man/man3/cmark.3 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/man/man3/cmark.3 b/man/man3/cmark.3 index eb38812..5f7fcc6 100644 --- a/man/man3/cmark.3 +++ b/man/man3/cmark.3 @@ -1,4 +1,4 @@ -.TH cmark 3 "November 18, 2016" "LOCAL" "Library Functions Manual" +.TH cmark 3 "May 05, 2017" "LOCAL" "Library Functions Manual" .SH NAME .PP @@ -747,18 +747,6 @@ Options affecting parsing .nf \fC .RS 0n -#define CMARK_OPT_NORMALIZE (1 << 8) -.RE -\f[] -.fi - -.PP -Normalize tree by consolidating adjacent text nodes. - -.PP -.nf -\fC -.RS 0n #define CMARK_OPT_VALIDATE_UTF8 (1 << 9) .RE \f[] |