From 4f4b86b873b7676979d3258030fdfc382e22a06b Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 16 May 2017 20:44:28 +0300 Subject: Fix invalid line breaks in table cells for markdown formats #KT-16234 fixed --- core/testdata/format/newlineInTableCell.kt | 6 ++++++ core/testdata/format/newlineInTableCell.package.md | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 core/testdata/format/newlineInTableCell.kt create mode 100644 core/testdata/format/newlineInTableCell.package.md (limited to 'core/testdata') diff --git a/core/testdata/format/newlineInTableCell.kt b/core/testdata/format/newlineInTableCell.kt new file mode 100644 index 00000000..3e0616f0 --- /dev/null +++ b/core/testdata/format/newlineInTableCell.kt @@ -0,0 +1,6 @@ +/** + * There is `long long int` story + * full of + * new lines + */ +class A \ No newline at end of file diff --git a/core/testdata/format/newlineInTableCell.package.md b/core/testdata/format/newlineInTableCell.package.md new file mode 100644 index 00000000..4b3875ba --- /dev/null +++ b/core/testdata/format/newlineInTableCell.package.md @@ -0,0 +1,8 @@ +[test](test/index) + +## Package <root> + +### Types + +| [A](test/-a/index) | `class A`
There is `long long int` story full of new lines | + -- cgit