summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
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)
186 186
187 187
188const char *valid_tags[] = { 188const char *valid_tags[] = {
189 "a", "p", "br", "br/", "blockquote", "ul", "li", "cite", 189 "a", "p", "br", "br/", "blockquote", "ul", "ol", "li", "cite",
190 "span", "i", "b", "u", "pre", "code", "em", "strong", NULL 190 "span", "i", "b", "u", "pre", "code", "em", "strong", NULL
191}; 191};
192 192