summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-11-01 19:49:35 +0100
committerGravatar default2022-11-01 19:49:35 +0100
commit9ab8016f6cdea7ec57f014840f93acdf6e25671d (patch)
treefd913681ef366e03e2de2967fac6560a63a99378
parentFilter out carriage returns in note post web interface. (diff)
downloadpenes-snac2-9ab8016f6cdea7ec57f014840f93acdf6e25671d.tar.gz
penes-snac2-9ab8016f6cdea7ec57f014840f93acdf6e25671d.tar.xz
penes-snac2-9ab8016f6cdea7ec57f014840f93acdf6e25671d.zip
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)
136 136
137 /* some beauty fixes */ 137 /* some beauty fixes */
138 s = xs_replace_i(s, "</blockquote><br>", "</blockquote>"); 138 s = xs_replace_i(s, "</blockquote><br>", "</blockquote>");
139 s = xs_replace_i(s, "</pre><br>", "</pre>");
139 140
140 { 141 {
141 /* traditional emoticons */ 142 /* traditional emoticons */