summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-03-08 04:47:57 +0100
committerdefault <nobody@localhost>2023-03-08 04:47:57 +0100
commit1956c05ca495324e4cf44a80f59e56d9ef994269 (patch)
treebb89dc0987bbba263c7d38a6610311f87f95d42e /format.c
parent278575c2aab3733d90eb6019d25182f5e442021c (diff)
Updated documentation.
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.c b/format.c
index 3763e65..b62cd50 100644
--- a/format.c
+++ b/format.c
@@ -169,7 +169,7 @@ d_char *not_really_markdown(const char *content)
const char *valid_tags[] = {
"a", "p", "br", "br/", "blockquote", "ul", "li",
- "span", "i", "b", "pre", "code", "em", "strong", NULL
+ "span", "i", "b", "u", "pre", "code", "em", "strong", NULL
};
d_char *sanitize(const char *content)