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/codeBlock.md | |
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/codeBlock.md')
-rw-r--r-- | core/testdata/format/codeBlock.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/testdata/format/codeBlock.md b/core/testdata/format/codeBlock.md index b6163a37..c14fc7bd 100644 --- a/core/testdata/format/codeBlock.md +++ b/core/testdata/format/codeBlock.md @@ -16,7 +16,7 @@ fun readFile(name: String): String {...} ### Constructors -| [<init>](-init-.md) | `Throws()`<br>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method. | +| [<init>](-init-.md) | This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.`Throws()` | <!-- File: test/--root--/-it-does-some-obfuscated-thing/index.md --> [test](../../index.md) / [ItDoesSomeObfuscatedThing](./index.md) @@ -33,5 +33,5 @@ Check output of ### Constructors -| [<init>](-init-.md) | `ItDoesSomeObfuscatedThing()`<br>Check output of | +| [<init>](-init-.md) | Check output of`ItDoesSomeObfuscatedThing()` | |