From 2d26d28c8f891bae27bf075b443b1e82185e4a37 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 16 Nov 2020 19:45:19 +0300 Subject: fix formatted text parsing 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
 blocks.
---
 tests/formatted_posts/2020-11-12-9.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 tests/formatted_posts/2020-11-12-9.md

(limited to 'tests/formatted_posts/2020-11-12-9.md')

diff --git a/tests/formatted_posts/2020-11-12-9.md b/tests/formatted_posts/2020-11-12-9.md
new file mode 100644
index 0000000..cbf1a9f
--- /dev/null
+++ b/tests/formatted_posts/2020-11-12-9.md
@@ -0,0 +1,10 @@
+---
+title: 9
+date: 2020-11-12 13:43:23
+tag: None
+layout: post
+---
+
+*italic* in text
+
+*italic on whole line*
-- 
cgit v1.2.3