Code Cell Spaces Are Not Preserved #39
Labels
p: high
Address issue at next possible opening
s: confirmed
Issue was confirmed to exist
t: bug
Something isn't working
Milestone
Bug
When we introduced the code cell option
context
in v0.3.5, we lost space preservation in the initialized code.Possible fix
We should broaden the regular expression used to iterate through the multi-line text string:
quarto-webr/_extensions/webr/webr.lua
Line 374 in c4c2d83
We also probably should think about removing the space immediately after the code cell option to be in parity with upstream Quarto.
The text was updated successfully, but these errors were encountered: