diff options
| -rw-r--r-- | format.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 */ |