diff options
author | default <nobody@localhost> | 2022-11-01 19:49:35 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-01 19:49:35 +0100 |
commit | 9ab8016f6cdea7ec57f014840f93acdf6e25671d (patch) | |
tree | fd913681ef366e03e2de2967fac6560a63a99378 | |
parent | f957be5e842c1100cb377a91c2e3455f7288c99d (diff) |
More not_really_markdown() tweaks.
-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) /* some beauty fixes */ s = xs_replace_i(s, "</blockquote><br>", "</blockquote>"); + s = xs_replace_i(s, "</pre><br>", "</pre>"); { /* traditional emoticons */ |