aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/blankLineInsideCodeBlock.md
blob: 956f8954a5c34368ffc3592399497e401b594697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[test](index.md) / [u](./u.md)

# u

`fun u(): Unit`

```
This is a test
    of Dokka's code blocks.
Here is a blank line.

The previous line was blank.
```