1<!-- File: test/example/a.md --> 2[test](../index.md) / [example](index.md) / [a](./a.md) 3 4# a 5 6`fun a(): Unit` 7 8It is link to [example other func](some-other-func.md) 9 10Sure, it is [example](some-other-func.md) 11 12<!-- File: test/example/some-other-func.md --> 13[test](../index.md) / [example](index.md) / [someOtherFunc](./some-other-func.md) 14 15# someOtherFunc 16 17`fun someOtherFunc(): Unit`