diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2019-06-21 17:25:48 +0200 |
---|---|---|
committer | Kamil Doległo <kamilok1965@interia.pl> | 2019-06-21 17:25:48 +0200 |
commit | e9a40280ad49cc471143c0be6807b7cd4033b52c (patch) | |
tree | 96ac1ba04eba87e93378a912717ca98cd910dfb7 /core/testdata/format/gfm | |
parent | 26b05e709bb025da3d65e739c211aa0fb6350999 (diff) | |
download | dokka-e9a40280ad49cc471143c0be6807b7cd4033b52c.tar.gz dokka-e9a40280ad49cc471143c0be6807b7cd4033b52c.tar.bz2 dokka-e9a40280ad49cc471143c0be6807b7cd4033b52c.zip |
Fix format in KotlinWebsiteHtml, markdown format changed slightly
Diffstat (limited to 'core/testdata/format/gfm')
-rw-r--r-- | core/testdata/format/gfm/listInTableCell.md | 2 | ||||
-rw-r--r-- | core/testdata/format/gfm/sample.md | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/testdata/format/gfm/listInTableCell.md b/core/testdata/format/gfm/listInTableCell.md index 59fba5c4..1cafb61a 100644 --- a/core/testdata/format/gfm/listInTableCell.md +++ b/core/testdata/format/gfm/listInTableCell.md @@ -14,4 +14,4 @@ | Name | Summary | |---|---| -| [foo](foo.md) | `fun foo(): Unit`<ol><li>Foo</li><li>Bar</li></ol> | +| [foo](foo.md) | <ol><li>Foo</li><li>Bar</li></ol>`fun foo(): Unit` | diff --git a/core/testdata/format/gfm/sample.md b/core/testdata/format/gfm/sample.md index a720881f..a9464ea3 100644 --- a/core/testdata/format/gfm/sample.md +++ b/core/testdata/format/gfm/sample.md @@ -10,11 +10,11 @@ The class Foo. | Name | Summary | |---|---| -| [<init>](-init-.md) | `Foo()`<br>The class Foo. | +| [<init>](-init-.md) | The class Foo.`Foo()` | ### Functions | Name | Summary | |---|---| -| [bar](bar.md) | `fun bar(): Unit`<br>The method bar. | -| [baz](baz.md) | `fun baz(): Unit`<br>The method baz. | +| [bar](bar.md) | The method bar.`fun bar(): Unit` | +| [baz](baz.md) | The method baz.`fun baz(): Unit` | |