From 5654960161a295f56c56b66f822fbb245800e4bf Mon Sep 17 00:00:00 2001
From: default
Date: Tue, 13 Jun 2023 18:57:43 +0200
Subject: Also accept HTML tag
.
---
format.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'format.c')
diff --git a/format.c b/format.c
index 82af20b..f8adae0 100644
--- a/format.c
+++ b/format.c
@@ -186,7 +186,7 @@ xs_str *not_really_markdown(const char *content, xs_list **attach)
const char *valid_tags[] = {
- "a", "p", "br", "br/", "blockquote", "ul", "li", "cite",
+ "a", "p", "br", "br/", "blockquote", "ul", "ol", "li", "cite",
"span", "i", "b", "u", "pre", "code", "em", "strong", NULL
};
--
cgit v1.2.3