snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 9ab8016f6cdea7ec57f014840f93acdf6e25671d
parent f957be5e842c1100cb377a91c2e3455f7288c99d
Author: default <nobody@localhost>
Date:   Tue,  1 Nov 2022 19:49:35 +0100

More not_really_markdown() tweaks.

Diffstat:
Mformat.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/format.c b/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 */