renderer.code includes space at beginning of each line of code #1488
Labels
category: code blocks
L1 - broken
Valid usage causes incorrect output OR a crash AND there is no known workaround for the issue
Indented code blocks are rendering with a space at the beginning of each line. Consider the following code:
This will render with a single space before both lines of code. The problem persists regardless of whether spaces or tabs are used for indentation.
I tried doing a log inside of
renderer.code
like so:In
code
, I can see a space before each line.The text was updated successfully, but these errors were encountered: