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