summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'format.c')
-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 */