summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.c b/format.c
index 1c2a97a..b5c929d 100644
--- a/format.c
+++ b/format.c
@@ -153,7 +153,7 @@ d_char *not_really_markdown(char *content, d_char **f_content)
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)