From 7ea393a2c29c5439e40707d7ae06bac776e45d07 Mon Sep 17 00:00:00 2001 From: jessica parsons Date: Wed, 3 Sep 2025 17:54:26 -0700 Subject: [PATCH] ugh; modified mkdio.h instead of mkdio.h.in --- mkdio.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdio.h.in b/mkdio.h.in index badc1cc..70d91e3 100644 --- a/mkdio.h.in +++ b/mkdio.h.in @@ -42,6 +42,7 @@ enum { MKD_NOLINKS=0, /* don't do link processing, block tags */ MKD_LATEX, /* handle embedded LaTeX escapes */ MKD_ALT_AS_TITLE, /* use alt text as the title if no title is listed */ MKD_EXTENDED_ATTR, /* allow extended attribute suffixes */ + MKD_HTML5, /* handle html5 tags (obsolete?) */ MKD_NR_FLAGS }; /* abstract flag type */