mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Merge pull request 'format.c: add <bdi>' (#86) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/86
This commit is contained in:
commit
35f68ae7dd
1 changed files with 1 additions and 1 deletions
2
format.c
2
format.c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue