mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 14:35:04 +00:00
Also add br+slash as a valid HTML tag.
This commit is contained in:
parent
edbf7c8909
commit
a68f068e71
1 changed files with 1 additions and 1 deletions
2
format.c
2
format.c
|
@ -153,7 +153,7 @@ d_char *not_really_markdown(char *content, d_char **f_content)
|
||||||
|
|
||||||
|
|
||||||
const char *valid_tags[] = {
|
const char *valid_tags[] = {
|
||||||
"a", "p", "br", "img", "blockquote", "ul", "li", "span", NULL
|
"a", "p", "br", "br/", "img", "blockquote", "ul", "li", "span", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
d_char *sanitize(d_char *content)
|
d_char *sanitize(d_char *content)
|
||||||
|
|
Loading…
Reference in a new issue