Hi, Applying show rules to tables also applies the styling to the source code. This should not be the case in my opinion. Typst version: 0.11.1 typst-codelst version: 2.0.1 ## Current behavior: ```typst show table.cell.where(y: 0): set text(style: "normal", weight: "bold") ``` makes the first line in the source code bold. ## Expected behavior: The first line of the source code is not bold. Greetings