tdisable display inline (#ifdef), its the default type now - webdump - [FORK] git://git.codemadness.org/webdump
(HTM) git clone git://git.z3bra.org/webdump.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f3f8b7d8e8f4b72c072488b524cfd0b08791fdb4
(DIR) parent 2a56590cbe1c1739171a28d4c30b5b318cb0b364
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 22 Sep 2019 19:10:00 +0200
disable display inline (#ifdef), its the default type now
Diffstat:
M main.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/main.c b/main.c
t@@ -82,6 +82,7 @@ static struct {
{ "pre", DisplayPre },
{ "code", DisplayPre },
/* inline */
+#if 0
{ "b", DisplayInline },
{ "i", DisplayInline },
{ "u", DisplayInline },
t@@ -91,6 +92,7 @@ static struct {
{ "span", DisplayInline },
{ "img", DisplayInline },
{ "label", DisplayInline },
+#endif
/* table */
{ "table", DisplayTable },
/* table-row */