summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-01 19:49:35 +0100
committerdefault <nobody@localhost>2022-11-01 19:49:35 +0100
commit9ab8016f6cdea7ec57f014840f93acdf6e25671d (patch)
treefd913681ef366e03e2de2967fac6560a63a99378
parentf957be5e842c1100cb377a91c2e3455f7288c99d (diff)
More not_really_markdown() tweaks.
-rw-r--r--format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.c b/format.c
index 23ef541..ae2b731 100644
--- a/format.c
+++ b/format.c
@@ -136,6 +136,7 @@ d_char *not_really_markdown(char *content, d_char **f_content)
/* some beauty fixes */
s = xs_replace_i(s, "</blockquote><br>", "</blockquote>");
+ s = xs_replace_i(s, "</pre><br>", "</pre>");
{
/* traditional emoticons */