More not_really_markdown() tweaks.

This commit is contained in:
default 2022-11-01 19:49:35 +01:00
parent f957be5e84
commit 9ab8016f6c

View file

@ -136,6 +136,7 @@ d_char *not_really_markdown(char *content, d_char **f_content)
/* some beauty fixes */ /* some beauty fixes */
s = xs_replace_i(s, "</blockquote><br>", "</blockquote>"); s = xs_replace_i(s, "</blockquote><br>", "</blockquote>");
s = xs_replace_i(s, "</pre><br>", "</pre>");
{ {
/* traditional emoticons */ /* traditional emoticons */