aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/blankLineInsideCodeBlock.md
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2017-02-24 14:44:55 +0100
committerDmitry Jemerov <yole@jetbrains.com>2017-02-24 14:44:55 +0100
commit0f9dac9ea2137fe5935566d84cb2f5264be1a8ba (patch)
tree1064587501fb4e6bad5f4542ddcabfbb31f99749 /core/testdata/format/blankLineInsideCodeBlock.md
parent004fc0c4eaf9d1ecaa78cf97f7d0fb2e91405031 (diff)
parent2ceff9c41cff42b7fb3ffe75ea36a7c570f3615b (diff)
downloaddokka-0f9dac9ea2137fe5935566d84cb2f5264be1a8ba.tar.gz
dokka-0f9dac9ea2137fe5935566d84cb2f5264be1a8ba.tar.bz2
dokka-0f9dac9ea2137fe5935566d84cb2f5264be1a8ba.zip
Merge remote-tracking branch 'origin/0.9.14/BlankLines'
# Conflicts: # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/MarkdownFormatTest.kt
Diffstat (limited to 'core/testdata/format/blankLineInsideCodeBlock.md')
-rw-r--r--core/testdata/format/blankLineInsideCodeBlock.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/testdata/format/blankLineInsideCodeBlock.md b/core/testdata/format/blankLineInsideCodeBlock.md
new file mode 100644
index 00000000..66f4d65f
--- /dev/null
+++ b/core/testdata/format/blankLineInsideCodeBlock.md
@@ -0,0 +1,14 @@
+[test](test/index) / [u](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.
+```
+