From fb4149a5e7a57a7ea51fb66dc64538102be01737 Mon Sep 17 00:00:00 2001
From: KrystianUjma
+test / u
u
diff --git a/core/testdata/format/blankLineInsideCodeBlock.md b/core/testdata/format/blankLineInsideCodeBlock.md
index 956f8954..1a3ef10e 100644
--- a/core/testdata/format/blankLineInsideCodeBlock.md
+++ b/core/testdata/format/blankLineInsideCodeBlock.md
@@ -1,4 +1,4 @@
-[test](index.md) / [u](./u.md)
+[test](../index.md) / [u](./u.md)
# u
diff --git a/core/testdata/format/bracket.html b/core/testdata/format/bracket.html
index 01aaaf04..5ba19b73 100644
--- a/core/testdata/format/bracket.html
+++ b/core/testdata/format/bracket.html
@@ -4,7 +4,7 @@
+test / foo
foo
diff --git a/core/testdata/format/brokenLink.html b/core/testdata/format/brokenLink.html
index c598a73e..db47c05a 100644
--- a/core/testdata/format/brokenLink.html
+++ b/core/testdata/format/brokenLink.html
@@ -4,7 +4,7 @@
+test / f
f
diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html
index 88feea5e..4525711d 100644
--- a/core/testdata/format/classWithCompanionObject.html
+++ b/core/testdata/format/classWithCompanionObject.html
@@ -4,7 +4,7 @@
+test / Klass
Klass
class Klass
diff --git a/core/testdata/format/classWithCompanionObject.md b/core/testdata/format/classWithCompanionObject.md
index 40f605be..850e51ec 100644
--- a/core/testdata/format/classWithCompanionObject.md
+++ b/core/testdata/format/classWithCompanionObject.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Klass](./index.md)
+[test](../../index.md) / [Klass](./index.md)
# Klass
diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html
index 1e07ff09..9bf0dcd9 100644
--- a/core/testdata/format/codeBlock.html
+++ b/core/testdata/format/codeBlock.html
@@ -1,11 +1,11 @@
-
+
+test / Throws
Throws
class Throws
@@ -30,14 +30,14 @@ fun readFile(name: String): String {...}
-
+
+test / ItDoesSomeObfuscatedThing
ItDoesSomeObfuscatedThing
class ItDoesSomeObfuscatedThing
diff --git a/core/testdata/format/codeBlock.md b/core/testdata/format/codeBlock.md
index d183a8ba..b6163a37 100644
--- a/core/testdata/format/codeBlock.md
+++ b/core/testdata/format/codeBlock.md
@@ -1,5 +1,5 @@
-
-[test](../index.md) / [Throws](./index.md)
+
+[test](../../index.md) / [Throws](./index.md)
# Throws
@@ -18,8 +18,8 @@ fun readFile(name: String): String {...}
| [<init>](-init-.md) | `Throws()`
This annotation indicates what exceptions should be declared by a function when compiled to a JVM method. |
-
-[test](../index.md) / [ItDoesSomeObfuscatedThing](./index.md)
+
+[test](../../index.md) / [ItDoesSomeObfuscatedThing](./index.md)
# ItDoesSomeObfuscatedThing
diff --git a/core/testdata/format/codeBlockNoHtmlEscape.md b/core/testdata/format/codeBlockNoHtmlEscape.md
index 548dac4f..a54fc25d 100644
--- a/core/testdata/format/codeBlockNoHtmlEscape.md
+++ b/core/testdata/format/codeBlockNoHtmlEscape.md
@@ -1,4 +1,4 @@
-[test](index.md) / [hackTheArithmetic](./hack-the-arithmetic.md)
+[test](../index.md) / [hackTheArithmetic](./hack-the-arithmetic.md)
# hackTheArithmetic
diff --git a/core/testdata/format/codeSpan.html b/core/testdata/format/codeSpan.html
index bfe93f36..28631dbf 100644
--- a/core/testdata/format/codeSpan.html
+++ b/core/testdata/format/codeSpan.html
@@ -4,7 +4,7 @@
+test / foo
foo
diff --git a/core/testdata/format/companionImplements.md b/core/testdata/format/companionImplements.md
index aac7b3e6..ead95193 100644
--- a/core/testdata/format/companionImplements.md
+++ b/core/testdata/format/companionImplements.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Foo](./index.md)
+[test](../../index.md) / [Foo](./index.md)
# Foo
diff --git a/core/testdata/format/companionObjectExtension.md b/core/testdata/format/companionObjectExtension.md
index c0e268e6..f62c856e 100644
--- a/core/testdata/format/companionObjectExtension.md
+++ b/core/testdata/format/companionObjectExtension.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Foo](./index.md)
+[test](../../index.md) / [Foo](./index.md)
# Foo
diff --git a/core/testdata/format/deprecated.class.html b/core/testdata/format/deprecated.class.html
index 540060d1..bfe138f4 100644
--- a/core/testdata/format/deprecated.class.html
+++ b/core/testdata/format/deprecated.class.html
@@ -1,11 +1,11 @@
-
+
+test / C
C
class
C
@@ -25,14 +25,14 @@
-
+
+test / f
f
@@ -41,14 +41,14 @@
-
+
+test / p
p
diff --git a/core/testdata/format/dynamicExtension.md b/core/testdata/format/dynamicExtension.md
index 382cf973..ed81d66c 100644
--- a/core/testdata/format/dynamicExtension.md
+++ b/core/testdata/format/dynamicExtension.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Foo](./index.md)
+[test](../../index.md) / [Foo](./index.md)
# Foo
diff --git a/core/testdata/format/dynamicType.md b/core/testdata/format/dynamicType.md
index 07a1d103..cfb8fd25 100644
--- a/core/testdata/format/dynamicType.md
+++ b/core/testdata/format/dynamicType.md
@@ -1,4 +1,4 @@
-[test](index.md) / [foo](./foo.md)
+[test](../index.md) / [foo](./foo.md)
# foo
diff --git a/core/testdata/format/emptyDescription.md b/core/testdata/format/emptyDescription.md
index 5d56d968..3c14ab75 100644
--- a/core/testdata/format/emptyDescription.md
+++ b/core/testdata/format/emptyDescription.md
@@ -1,4 +1,4 @@
-[test](index.md) / [fn](./fn.md)
+[test](../index.md) / [fn](./fn.md)
# fn
diff --git a/core/testdata/format/enumClass.md b/core/testdata/format/enumClass.md
index 50cccfbb..15070049 100644
--- a/core/testdata/format/enumClass.md
+++ b/core/testdata/format/enumClass.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [InlineOption](./index.md)
+[test](../../index.md) / [InlineOption](./index.md)
# InlineOption
diff --git a/core/testdata/format/enumClass.value.md b/core/testdata/format/enumClass.value.md
index 150016cc..9000a1c4 100644
--- a/core/testdata/format/enumClass.value.md
+++ b/core/testdata/format/enumClass.value.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [InlineOption](index.md) / [LOCAL_CONTINUE_AND_BREAK](./-l-o-c-a-l_-c-o-n-t-i-n-u-e_-a-n-d_-b-r-e-a-k.md)
+[test](../../index.md) / [InlineOption](index.md) / [LOCAL_CONTINUE_AND_BREAK](./-l-o-c-a-l_-c-o-n-t-i-n-u-e_-a-n-d_-b-r-e-a-k.md)
# LOCAL_CONTINUE_AND_BREAK
diff --git a/core/testdata/format/enumRef.md b/core/testdata/format/enumRef.md
index f5f5a3e0..5f6b2f64 100644
--- a/core/testdata/format/enumRef.md
+++ b/core/testdata/format/enumRef.md
@@ -1,4 +1,4 @@
-[test](index.md) / [f](./f.md)
+[test](../index.md) / [f](./f.md)
# f
diff --git a/core/testdata/format/exceptionClass.md b/core/testdata/format/exceptionClass.md
index 1e928bb6..44ad6705 100644
--- a/core/testdata/format/exceptionClass.md
+++ b/core/testdata/format/exceptionClass.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [MyException](./index.md)
+[test](../../index.md) / [MyException](./index.md)
# MyException
diff --git a/core/testdata/format/exclInCodeBlock.md b/core/testdata/format/exclInCodeBlock.md
index d665c415..0302570e 100644
--- a/core/testdata/format/exclInCodeBlock.md
+++ b/core/testdata/format/exclInCodeBlock.md
@@ -1,4 +1,4 @@
-[test](index.md) / [foo](./foo.md)
+[test](../index.md) / [foo](./foo.md)
# foo
diff --git a/core/testdata/format/extensionFunctionParameter.md b/core/testdata/format/extensionFunctionParameter.md
index e1e85824..465fe358 100644
--- a/core/testdata/format/extensionFunctionParameter.md
+++ b/core/testdata/format/extensionFunctionParameter.md
@@ -1,4 +1,4 @@
-[test](index.md) / [apply](./apply.md)
+[test](../index.md) / [apply](./apply.md)
# apply
diff --git a/core/testdata/format/extensionScope.md b/core/testdata/format/extensionScope.md
index ea765bd5..2921346a 100644
--- a/core/testdata/format/extensionScope.md
+++ b/core/testdata/format/extensionScope.md
@@ -1,4 +1,4 @@
-[test](index.md) / [test](./test.md)
+[test](../index.md) / [test](./test.md)
# test
diff --git a/core/testdata/format/extensionWithDocumentedReceiver.md b/core/testdata/format/extensionWithDocumentedReceiver.md
index 0679ac8f..4cee0a04 100644
--- a/core/testdata/format/extensionWithDocumentedReceiver.md
+++ b/core/testdata/format/extensionWithDocumentedReceiver.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [kotlin.String](index.md) / [fn](./fn.md)
+[test](../../index.md) / [kotlin.String](index.md) / [fn](./fn.md)
# fn
diff --git a/core/testdata/format/externalReferenceLink.md b/core/testdata/format/externalReferenceLink.md
index 3565d9aa..73840e76 100644
--- a/core/testdata/format/externalReferenceLink.md
+++ b/core/testdata/format/externalReferenceLink.md
@@ -1,4 +1,4 @@
-[test](index.md) / [a](./a.md)
+[test](../index.md) / [a](./a.md)
# a
diff --git a/core/testdata/format/functionWithDefaultParameter.md b/core/testdata/format/functionWithDefaultParameter.md
index 05f7fbe6..535ea18d 100644
--- a/core/testdata/format/functionWithDefaultParameter.md
+++ b/core/testdata/format/functionWithDefaultParameter.md
@@ -1,4 +1,4 @@
-[test](index.md) / [f](./f.md)
+[test](../index.md) / [f](./f.md)
# f
diff --git a/core/testdata/format/functionalTypeWithNamedParameters.html b/core/testdata/format/functionalTypeWithNamedParameters.html
index 83d03d8f..4d959605 100644
--- a/core/testdata/format/functionalTypeWithNamedParameters.html
+++ b/core/testdata/format/functionalTypeWithNamedParameters.html
@@ -1,11 +1,11 @@
-
+
+test / A
A
class A
@@ -23,14 +23,14 @@
-
+
+test / B
B
class B
@@ -48,14 +48,14 @@
-
+
+test / C
C
class C
@@ -73,28 +73,28 @@
-
+
+test / f
f
val f: (a: A, b: B) -> C
-
+
+test / acceptFunctionTypeWithNamedArguments
acceptFunctionTypeWithNamedArguments
diff --git a/core/testdata/format/functionalTypeWithNamedParameters.md b/core/testdata/format/functionalTypeWithNamedParameters.md
index 4e78694c..e1c9681a 100644
--- a/core/testdata/format/functionalTypeWithNamedParameters.md
+++ b/core/testdata/format/functionalTypeWithNamedParameters.md
@@ -1,5 +1,5 @@
-
-[test](../index.md) / [A](./index.md)
+
+[test](../../index.md) / [A](./index.md)
# A
@@ -9,8 +9,8 @@
| [<init>](-init-.md) | `A()` |
-
-[test](../index.md) / [B](./index.md)
+
+[test](../../index.md) / [B](./index.md)
# B
@@ -20,8 +20,8 @@
| [<init>](-init-.md) | `B()` |
-
-[test](../index.md) / [C](./index.md)
+
+[test](../../index.md) / [C](./index.md)
# C
@@ -31,14 +31,14 @@
| [<init>](-init-.md) | `C()` |
-
-[test](index.md) / [f](./f.md)
+
+[test](../index.md) / [f](./f.md)
# f
`val f: (a: `[`A`](-a/index.md)`, b: `[`B`](-b/index.md)`) -> `[`C`](-c/index.md)
-
-[test](index.md) / [acceptFunctionTypeWithNamedArguments](./accept-function-type-with-named-arguments.md)
+
+[test](../index.md) / [acceptFunctionTypeWithNamedArguments](./accept-function-type-with-named-arguments.md)
# acceptFunctionTypeWithNamedArguments
diff --git a/core/testdata/format/genericInheritedExtensions.md b/core/testdata/format/genericInheritedExtensions.md
index 8d0e316f..90397676 100644
--- a/core/testdata/format/genericInheritedExtensions.md
+++ b/core/testdata/format/genericInheritedExtensions.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/gfm/listInTableCell.md b/core/testdata/format/gfm/listInTableCell.md
index 359ad916..59fba5c4 100644
--- a/core/testdata/format/gfm/listInTableCell.md
+++ b/core/testdata/format/gfm/listInTableCell.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Foo](./index.md)
+[test](../../index.md) / [Foo](./index.md)
# Foo
diff --git a/core/testdata/format/gfm/sample.md b/core/testdata/format/gfm/sample.md
index 2b082296..a720881f 100644
--- a/core/testdata/format/gfm/sample.md
+++ b/core/testdata/format/gfm/sample.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Foo](./index.md)
+[test](../../index.md) / [Foo](./index.md)
# Foo
diff --git a/core/testdata/format/htmlEscaping.html b/core/testdata/format/htmlEscaping.html
index bd64454d..435c3149 100644
--- a/core/testdata/format/htmlEscaping.html
+++ b/core/testdata/format/htmlEscaping.html
@@ -4,7 +4,7 @@
+test / x
x
diff --git a/core/testdata/format/inapplicableExtensionFunctions.md b/core/testdata/format/inapplicableExtensionFunctions.md
index 08fc2739..35124b3d 100644
--- a/core/testdata/format/inapplicableExtensionFunctions.md
+++ b/core/testdata/format/inapplicableExtensionFunctions.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/indentedCodeBlock.md b/core/testdata/format/indentedCodeBlock.md
index 77b0630a..7542ddb9 100644
--- a/core/testdata/format/indentedCodeBlock.md
+++ b/core/testdata/format/indentedCodeBlock.md
@@ -1,4 +1,4 @@
-[test](index.md) / [foo](./foo.md)
+[test](../index.md) / [foo](./foo.md)
# foo
diff --git a/core/testdata/format/inheritedCompanionObjectProperties.md b/core/testdata/format/inheritedCompanionObjectProperties.md
index ab8f0aa5..700570cc 100644
--- a/core/testdata/format/inheritedCompanionObjectProperties.md
+++ b/core/testdata/format/inheritedCompanionObjectProperties.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [C](./index.md)
+[test](../../index.md) / [C](./index.md)
# C
diff --git a/core/testdata/format/inheritedExtensions.md b/core/testdata/format/inheritedExtensions.md
index 97a73666..3b105e28 100644
--- a/core/testdata/format/inheritedExtensions.md
+++ b/core/testdata/format/inheritedExtensions.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/inheritedMembers.md b/core/testdata/format/inheritedMembers.md
index 334df360..0bf1a5f6 100644
--- a/core/testdata/format/inheritedMembers.md
+++ b/core/testdata/format/inheritedMembers.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/inlineSuspendFunction.md b/core/testdata/format/inlineSuspendFunction.md
index 946463f7..3bf196b6 100644
--- a/core/testdata/format/inlineSuspendFunction.md
+++ b/core/testdata/format/inlineSuspendFunction.md
@@ -1,4 +1,4 @@
-[test](index.md) / [foo](./foo.md)
+[test](../index.md) / [foo](./foo.md)
# foo
diff --git a/core/testdata/format/javaCodeInParam.md b/core/testdata/format/javaCodeInParam.md
index 566b176d..7bdf4f62 100644
--- a/core/testdata/format/javaCodeInParam.md
+++ b/core/testdata/format/javaCodeInParam.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [C](index.md) / [withParam](./with-param.md)
+[test](../../index.md) / [C](index.md) / [withParam](./with-param.md)
# withParam
diff --git a/core/testdata/format/javaCodeLiteralTags.md b/core/testdata/format/javaCodeLiteralTags.md
index c2c58047..83d535fc 100644
--- a/core/testdata/format/javaCodeLiteralTags.md
+++ b/core/testdata/format/javaCodeLiteralTags.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [C](./index.md)
+[test](../../index.md) / [C](./index.md)
# C
diff --git a/core/testdata/format/javaSpaceInAuthor.md b/core/testdata/format/javaSpaceInAuthor.md
index 1d2251d0..fc6c53f8 100644
--- a/core/testdata/format/javaSpaceInAuthor.md
+++ b/core/testdata/format/javaSpaceInAuthor.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [C](./index.md)
+[test](../../index.md) / [C](./index.md)
# C
diff --git a/core/testdata/format/javadocHtml.md b/core/testdata/format/javadocHtml.md
index 77f6c829..0e8c7ca8 100644
--- a/core/testdata/format/javadocHtml.md
+++ b/core/testdata/format/javadocHtml.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [C](./index.md)
+[test](../../index.md) / [C](./index.md)
# C
diff --git a/core/testdata/format/javadocOrderedList.md b/core/testdata/format/javadocOrderedList.md
index 88d5f5b6..a861df46 100644
--- a/core/testdata/format/javadocOrderedList.md
+++ b/core/testdata/format/javadocOrderedList.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/jdkLinks.md b/core/testdata/format/jdkLinks.md
index c3a5fbf4..4312aa2d 100644
--- a/core/testdata/format/jdkLinks.md
+++ b/core/testdata/format/jdkLinks.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [C](./index.md)
+[test](../../index.md) / [C](./index.md)
# C
diff --git a/core/testdata/format/linksInEmphasis.md b/core/testdata/format/linksInEmphasis.md
index d0ae70c8..0cd1aca1 100644
--- a/core/testdata/format/linksInEmphasis.md
+++ b/core/testdata/format/linksInEmphasis.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/linksInHeaders.md b/core/testdata/format/linksInHeaders.md
index 1dc7d18b..f771aabd 100644
--- a/core/testdata/format/linksInHeaders.md
+++ b/core/testdata/format/linksInHeaders.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/linksInStrong.md b/core/testdata/format/linksInStrong.md
index 5b44112d..34359a3d 100644
--- a/core/testdata/format/linksInStrong.md
+++ b/core/testdata/format/linksInStrong.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/markdownInLinks.html b/core/testdata/format/markdownInLinks.html
index f0bb475e..f1146ea0 100644
--- a/core/testdata/format/markdownInLinks.html
+++ b/core/testdata/format/markdownInLinks.html
@@ -4,7 +4,7 @@
+test / foo
foo
diff --git a/core/testdata/format/memberExtension.md b/core/testdata/format/memberExtension.md
index 0ec1fda3..f52b46f2 100644
--- a/core/testdata/format/memberExtension.md
+++ b/core/testdata/format/memberExtension.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Foo](./index.md)
+[test](../../index.md) / [Foo](./index.md)
# Foo
diff --git a/core/testdata/format/multipleTypeParameterConstraints.md b/core/testdata/format/multipleTypeParameterConstraints.md
index 78586aca..27581598 100644
--- a/core/testdata/format/multipleTypeParameterConstraints.md
+++ b/core/testdata/format/multipleTypeParameterConstraints.md
@@ -1,17 +1,17 @@
-
-[test](index.md) / [A](./-a.md)
+
+[test](../index.md) / [A](./-a.md)
# A
`interface A`
-
-[test](index.md) / [B](./-b.md)
+
+[test](../index.md) / [B](./-b.md)
# B
`interface B`
-
-[test](index.md) / [f](./f.md)
+
+[test](../index.md) / [f](./f.md)
# f
diff --git a/core/testdata/format/nestedLists.md b/core/testdata/format/nestedLists.md
index fb25bc32..c785ba42 100644
--- a/core/testdata/format/nestedLists.md
+++ b/core/testdata/format/nestedLists.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/newlineInTableCell.package.md b/core/testdata/format/newlineInTableCell.package.md
index 53716db3..dbc1770a 100644
--- a/core/testdata/format/newlineInTableCell.package.md
+++ b/core/testdata/format/newlineInTableCell.package.md
@@ -1,4 +1,4 @@
-[test](./index.md)
+[test](../index.md)
## Package <root>
diff --git a/core/testdata/format/notPublishedTypeAliasAutoExpansion.md b/core/testdata/format/notPublishedTypeAliasAutoExpansion.md
index ca95093c..75b6db3e 100644
--- a/core/testdata/format/notPublishedTypeAliasAutoExpansion.md
+++ b/core/testdata/format/notPublishedTypeAliasAutoExpansion.md
@@ -1,4 +1,4 @@
-[test](index.md) / [foo](./foo.md)
+[test](../index.md) / [foo](./foo.md)
# foo
diff --git a/core/testdata/format/nullability.md b/core/testdata/format/nullability.md
index 7b81c255..2acd6f65 100644
--- a/core/testdata/format/nullability.md
+++ b/core/testdata/format/nullability.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [C](./index.md)
+[test](../../index.md) / [C](./index.md)
# C
diff --git a/core/testdata/format/nullableTypeParameterFunction.md b/core/testdata/format/nullableTypeParameterFunction.md
index 5764007b..ec968537 100644
--- a/core/testdata/format/nullableTypeParameterFunction.md
+++ b/core/testdata/format/nullableTypeParameterFunction.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Bar](./index.md)
+[test](../../index.md) / [Bar](./index.md)
# Bar
diff --git a/core/testdata/format/operatorOverloading.md b/core/testdata/format/operatorOverloading.md
index 0a4c87b6..df8ea182 100644
--- a/core/testdata/format/operatorOverloading.md
+++ b/core/testdata/format/operatorOverloading.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [C](index.md) / [plus](./plus.md)
+[test](../../index.md) / [C](index.md) / [plus](./plus.md)
# plus
diff --git a/core/testdata/format/orderedList.html b/core/testdata/format/orderedList.html
index 6f735bfd..0e1b82ef 100644
--- a/core/testdata/format/orderedList.html
+++ b/core/testdata/format/orderedList.html
@@ -4,7 +4,7 @@
+test / Bar
Bar
class Bar
diff --git a/core/testdata/format/overloads.html b/core/testdata/format/overloads.html
index feda82e4..377f079f 100644
--- a/core/testdata/format/overloads.html
+++ b/core/testdata/format/overloads.html
@@ -4,7 +4,7 @@
+test
Package <root>
Functions
diff --git a/core/testdata/format/overloadsWithDescription.html b/core/testdata/format/overloadsWithDescription.html
index 16b03f7e..329393d1 100644
--- a/core/testdata/format/overloadsWithDescription.html
+++ b/core/testdata/format/overloadsWithDescription.html
@@ -4,7 +4,7 @@
+test / f
f
diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html
index 4c4f7f74..c2a348c6 100644
--- a/core/testdata/format/overloadsWithDifferentDescriptions.html
+++ b/core/testdata/format/overloadsWithDifferentDescriptions.html
@@ -4,7 +4,7 @@
+test / f
f
diff --git a/core/testdata/format/overridingFunction.md b/core/testdata/format/overridingFunction.md
index d0ec82fa..91c81410 100644
--- a/core/testdata/format/overridingFunction.md
+++ b/core/testdata/format/overridingFunction.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [D](index.md) / [f](./f.md)
+[test](../../index.md) / [D](index.md) / [f](./f.md)
# f
diff --git a/core/testdata/format/paramTag.md b/core/testdata/format/paramTag.md
index 7cc33d21..9a368d3a 100644
--- a/core/testdata/format/paramTag.md
+++ b/core/testdata/format/paramTag.md
@@ -1,4 +1,4 @@
-[test](index.md) / [f](./f.md)
+[test](../index.md) / [f](./f.md)
# f
diff --git a/core/testdata/format/parameterAnchor.html b/core/testdata/format/parameterAnchor.html
index a4ae0997..e54a066b 100644
--- a/core/testdata/format/parameterAnchor.html
+++ b/core/testdata/format/parameterAnchor.html
@@ -4,7 +4,7 @@
+test / processFiles
processFiles
diff --git a/core/testdata/format/parenthesis.html b/core/testdata/format/parenthesis.html
index c63154c1..8f6edbee 100644
--- a/core/testdata/format/parenthesis.html
+++ b/core/testdata/format/parenthesis.html
@@ -4,7 +4,7 @@
+test / foo
foo
diff --git a/core/testdata/format/propertyVar.md b/core/testdata/format/propertyVar.md
index 887d25a5..474379d9 100644
--- a/core/testdata/format/propertyVar.md
+++ b/core/testdata/format/propertyVar.md
@@ -1,4 +1,4 @@
-[test](index.md) / [x](./x.md)
+[test](../index.md) / [x](./x.md)
# x
diff --git a/core/testdata/format/qualifiedNameLink.md b/core/testdata/format/qualifiedNameLink.md
index 92fa8f7a..53984037 100644
--- a/core/testdata/format/qualifiedNameLink.md
+++ b/core/testdata/format/qualifiedNameLink.md
@@ -1,4 +1,4 @@
-[test](index.md) / [foo](./foo.md)
+[test](../index.md) / [foo](./foo.md)
# foo
diff --git a/core/testdata/format/receiverParameterTypeBound.md b/core/testdata/format/receiverParameterTypeBound.md
index 978dc0f8..95f3beec 100644
--- a/core/testdata/format/receiverParameterTypeBound.md
+++ b/core/testdata/format/receiverParameterTypeBound.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [Foo](./index.md)
+[test](../../index.md) / [Foo](./index.md)
# Foo
diff --git a/core/testdata/format/receiverReference.md b/core/testdata/format/receiverReference.md
index bdcce322..9d36e863 100644
--- a/core/testdata/format/receiverReference.md
+++ b/core/testdata/format/receiverReference.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [kotlin.String](./index.md)
+[test](../../index.md) / [kotlin.String](./index.md)
### Extensions for kotlin.String
diff --git a/core/testdata/format/reifiedTypeParameter.md b/core/testdata/format/reifiedTypeParameter.md
index 40dbed7b..5bd3e738 100644
--- a/core/testdata/format/reifiedTypeParameter.md
+++ b/core/testdata/format/reifiedTypeParameter.md
@@ -1,4 +1,4 @@
-[test](index.md) / [f](./f.md)
+[test](../index.md) / [f](./f.md)
# f
diff --git a/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md b/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md
index 4b5f3a64..6d449fb4 100644
--- a/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md
+++ b/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md
@@ -1,4 +1,4 @@
-[test](../index.md) / [kotlin.coroutines.SuspendFunction0](./index.md)
+[test](../../index.md) / [kotlin.coroutines.SuspendFunction0](./index.md)
### Extensions for kotlin.coroutines.SuspendFunction0
diff --git a/core/testdata/format/see.html b/core/testdata/format/see.html
index 74773951..2a8caf6f 100644
--- a/core/testdata/format/see.html
+++ b/core/testdata/format/see.html
@@ -1,11 +1,11 @@
-
+
+test / quux
quux
@@ -16,28 +16,28 @@
fun foo(): Unit
-
+