mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
More not_really_markdown() tweaks.
This commit is contained in:
parent
f957be5e84
commit
9ab8016f6c
1 changed files with 1 additions and 0 deletions
1
format.c
1
format.c
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue