From 2ceff9c41cff42b7fb3ffe75ea36a7c570f3615b Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Fri, 17 Feb 2017 17:40:32 +0300 Subject: Fix for GH-136 GH-137 Blank lines inside code blocks are not preserved --- core/testdata/format/blankLineInsideCodeBlock.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 core/testdata/format/blankLineInsideCodeBlock.html (limited to 'core/testdata/format/blankLineInsideCodeBlock.html') diff --git a/core/testdata/format/blankLineInsideCodeBlock.html b/core/testdata/format/blankLineInsideCodeBlock.html new file mode 100644 index 00000000..168dd0dd --- /dev/null +++ b/core/testdata/format/blankLineInsideCodeBlock.html @@ -0,0 +1,18 @@ + + + +u - test + + +test / u
+
+

u

+ +fun u(): Unit
This is a test
+    of Dokka's code blocks.
+Here is a blank line.
+
+The previous line was blank.
+
+ + -- cgit