diff options
-rw-r--r-- | doc/snac.5 | 2 | ||||
-rw-r--r-- | format.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -58,7 +58,7 @@ converted to related emojis: .Ss Accepted HTML All HTML tags in entries are neutered except the following ones: .Bd -literal -a p br blockquote ul li cite +a p br blockquote ul ol li cite span i b u pre code em strong .Ed .Pp @@ -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 }; |