How to use highlights in codly without changing line spacing?

For now it’s possible to roll back to codly 1.2.0 and it kinda seems to work there.

bild

#show: codly-init.with()
#codly(
 highlight-inset: 0em, highlight-outset: 0.3em,
 highlights: ((line: 2, start: 0, fill: red), )
 )
```kotlin
private val n = 0
private val n = 0
private val n = 0
```

Sidenote I keep forgetting that one can use quadruple backticks to have raw blocks inside code blocks on the forum, like this:

This is my post on discourse. Example code:

````typ
This is a typst document.
#codly()
```java
private val n = 0
```
````
2 Likes