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-2.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 tests/formatted_posts/2020-11-12-2.md

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

diff --git a/tests/formatted_posts/2020-11-12-2.md b/tests/formatted_posts/2020-11-12-2.md
new file mode 100644
index 0000000..ded2627
--- /dev/null
+++ b/tests/formatted_posts/2020-11-12-2.md
@@ -0,0 +1,8 @@
+---
+title: 2
+date: 2020-11-12 12:54:07
+tag: None
+layout: post
+---
+
+test text post
-- 
cgit v1.2.3