You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Details
Follow up to: #133
Empty lines in indented code blocks ignore start_col when adding
background highlight, since any value > 0 is out of the valid range.
To fix this we need to add an inline mark to shift the starting point
based on the overall block start_col.
To do this update code block parsing to track empty rows. Update the
left padding logic to add more additional padding to these empty lines.
0 commit comments