diff options
author | default <nobody@localhost> | 2023-12-15 09:34:13 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-12-15 09:34:13 +0100 |
commit | 9e07114d020af6359ea99bf25e5423f4d9aebd9d (patch) | |
tree | f489901860786a40126a4c9e62f00a7b03348ea3 | |
parent | a0c6b93d2e426346565caf10337da8ffa4016816 (diff) | |
parent | 35f68ae7dd0c66377c0e756ec704d7711ea8a681 (diff) |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
-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) const char *valid_tags[] = { "a", "p", "br", "br/", "blockquote", "ul", "ol", "li", "cite", "small", - "span", "i", "b", "u", "s", "pre", "code", "em", "strong", "hr", "img", "del", NULL + "span", "i", "b", "u", "s", "pre", "code", "em", "strong", "hr", "img", "del", "bdi", NULL }; xs_str *sanitize(const char *content) |