From e9a40280ad49cc471143c0be6807b7cd4033b52c Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Fri, 21 Jun 2019 17:25:48 +0200 Subject: Fix format in KotlinWebsiteHtml, markdown format changed slightly --- core/testdata/format/gfm/sample.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/testdata/format/gfm/sample.md') 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()`
The class Foo. | +| [<init>](-init-.md) | The class Foo.`Foo()` | ### Functions | Name | Summary | |---|---| -| [bar](bar.md) | `fun bar(): Unit`
The method bar. | -| [baz](baz.md) | `fun baz(): Unit`
The method baz. | +| [bar](bar.md) | The method bar.`fun bar(): Unit` | +| [baz](baz.md) | The method baz.`fun baz(): Unit` | -- cgit