diff options
| -rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -204,7 +204,7 @@ xs_str *not_really_markdown(const char *content, xs_list **attach) | |||
| 204 | 204 | ||
| 205 | const char *valid_tags[] = { | 205 | const char *valid_tags[] = { |
| 206 | "a", "p", "br", "br/", "blockquote", "ul", "ol", "li", "cite", "small", | 206 | "a", "p", "br", "br/", "blockquote", "ul", "ol", "li", "cite", "small", |
| 207 | "span", "i", "b", "u", "s", "pre", "code", "em", "strong", "hr", "img", "del", NULL | 207 | "span", "i", "b", "u", "s", "pre", "code", "em", "strong", "hr", "img", "del", "bdi", NULL |
| 208 | }; | 208 | }; |
| 209 | 209 | ||
| 210 | xs_str *sanitize(const char *content) | 210 | xs_str *sanitize(const char *content) |