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/codeBlock.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/testdata/format/codeBlock.md') 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()`
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()` | [test](../../index.md) / [ItDoesSomeObfuscatedThing](./index.md) @@ -33,5 +33,5 @@ Check output of ### Constructors -| [<init>](-init-.md) | `ItDoesSomeObfuscatedThing()`
Check output of | +| [<init>](-init-.md) | Check output of`ItDoesSomeObfuscatedThing()` | -- cgit