aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/gfm
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/gfm')
-rw-r--r--core/testdata/format/gfm/listInTableCell.md2
-rw-r--r--core/testdata/format/gfm/sample.md6
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 |
|---|---|
-| [&lt;init&gt;](-init-.md) | `Foo()`<br>The class Foo. |
+| [&lt;init&gt;](-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` |