Empty Method: Unit or Empty Block

Regarding formatting // as comment, try specifying language when defining code block, e.g.:

```
// this class
```

will render:

// this class

but

```kotlin
// this class
```

will render:

// this class

It’s a bit off topic, but maybe it would be helpful for other users of the forum.