diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-02-11 17:37:03 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-02-11 17:37:03 -0800 |
commit | ea16f664692aaa3e11473c642bcdbb8f77ee8269 (patch) | |
tree | 2a9b713e391f00fcc8d72d40809a2c615f66daab | |
parent | fdbdbf7ecc8597d2b6ae329ecbdabebaf0793fba (diff) |
cmark.1: remove docs for `--normalize` which no longer exists.
See #332
-rw-r--r-- | man/man1/cmark.1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/man/man1/cmark.1 b/man/man1/cmark.1 index cfde3d7..684b457 100644 --- a/man/man1/cmark.1 +++ b/man/man1/cmark.1 @@ -39,9 +39,6 @@ given with \-\-width. .B \-\-sourcepos Include source position attribute. .TP 12n -.B \-\-normalize -Consolidate adjacent text nodes. -.TP 12n .B \-\-validate-utf8 Validate UTF-8, replacing illegal sequences with U+FFFD. .TP 12n |