summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--format.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/format.c b/format.c
index 7a900d7..c888f0f 100644
--- a/format.c
+++ b/format.c
@@ -153,7 +153,8 @@ d_char *not_really_markdown(char *content, d_char **f_content)
153 153
154 154
155const char *valid_tags[] = { 155const char *valid_tags[] = {
156 "a", "p", "br", "br/", "img", "blockquote", "ul", "li", "span", "i", "b", "pre", "code", NULL 156 "a", "p", "br", "br/", "img", "blockquote", "ul", "li",
157 "span", "i", "b", "pre", "code", "em", "strong", NULL
157}; 158};
158 159
159d_char *sanitize(d_char *content) 160d_char *sanitize(d_char *content)