Open hakureiR-eimu opened 2 months ago
For examle
It's obviously wrong indent in the pdf;codelst also missed my notes at the top;
why?
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:
label-regex
none
#sourcecode(label-regex: none)[ ... ]
For examle
It's obviously wrong indent in the pdf;codelst also missed my notes at the top;
why?