aboutsummaryrefslogtreecommitdiffstats
path: root/tests/formatted_posts/2020-11-12-7.md
Commit message (Collapse)AuthorAgeFilesLines
* remove generated filesla-ninpre2020-12-101-11/+0
|
* fix formatted text parsingla-ninpre2020-11-161-0/+11
earlier, situations when there were strings like 'bold\ntext\n' that needed to be treated as bold text were converted in a wrong way (e.g. like '**bold\ntext\n**', which is breaking markup because of newline characters before closing asterisks), but now it's kind of fixed. also there's now support for emails and <pre> blocks.