From 6313fff5f9482bdc0489dd19bf9c4ff6ed817e71 Mon Sep 17 00:00:00 2001 From: Yuki Izumi Date: Fri, 5 May 2017 18:02:34 +1000 Subject: Remove normalize as an option per #190 (#194) --- src/cmark.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cmark.h') diff --git a/src/cmark.h b/src/cmark.h index 6ed7eb0..793fcf4 100644 --- a/src/cmark.h +++ b/src/cmark.h @@ -563,10 +563,6 @@ char *cmark_render_latex(cmark_node *root, int options, int width); * ### Options affecting parsing */ -/** Normalize tree by consolidating adjacent text nodes. - */ -#define CMARK_OPT_NORMALIZE (1 << 8) - /** Validate UTF-8 in the input before parsing, replacing illegal * sequences with the replacement character U+FFFD. */ -- cgit v1.2.3