snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 9e07114d020af6359ea99bf25e5423f4d9aebd9d
parent a0c6b93d2e426346565caf10337da8ffa4016816
Author: default <nobody@localhost>
Date:   Fri, 15 Dec 2023 09:34:13 +0100

Merge branch 'master' of grunfink-codeberg:grunfink/snac2

Diffstat:
Mformat.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format.c b/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)