diff options
Diffstat (limited to 'core/testdata')
-rw-r--r-- | core/testdata/format/newlineInTableCell.kt | 6 | ||||
-rw-r--r-- | core/testdata/format/newlineInTableCell.package.md | 8 |
2 files changed, 14 insertions, 0 deletions
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`<br>There is `long long int` story full of new lines | + |