jneug / typst-codelst

A typst package to render sourcecode
MIT License
93 stars 6 forks source link

There's problem in Render long row code? #20

Open hakureiR-eimu opened 2 months ago

hakureiR-eimu commented 2 months ago

For examle

image

image

It's obviously wrong indent in the pdf;codelst also missed my notes at the top;

why?

jneug commented 2 months ago

This seems to be a problem with linebreaks and indentation.

The comment at the top is recognized as a label. To prevent this, set the label-regex option to none:

#sourcecode(label-regex: none)[ ... ]