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
I can see the table correctly in the .qmd script editor. However, when I render the file as a quarto file I get the following error:
Quitting from lines 87-98 (normal.qmd)
Error in validateCssUnit(sizeInfo$height) :
"NApx" is not a valid CSS unit (e.g., "100%", "400px", "auto")
Calls: .main ... toHTML -> widget_html -> css -> dots_list -> validateCssUnit
Execution halted
I'm guessing that quarto renderer isn't making a sensible assumption about the height - but I haven't yet found a way to manually specify the height. Is there a manual way to do this? Should I use different code for quarto documents compared to markdowns?
The text was updated successfully, but these errors were encountered:
First - this looks amazingly useful, so thank you for making this!
I'm trying to bed excel sheets into a quarto project, and it looks like it makes different assumptions to a normal markdown, because when I write:
I can see the table correctly in the .qmd script editor. However, when I render the file as a quarto file I get the following error:
Quitting from lines 87-98 (normal.qmd)
Error in validateCssUnit(sizeInfo$height) :
"NApx" is not a valid CSS unit (e.g., "100%", "400px", "auto")
Calls: .main ... toHTML -> widget_html -> css -> dots_list -> validateCssUnit
Execution halted
I'm guessing that quarto renderer isn't making a sensible assumption about the height - but I haven't yet found a way to manually specify the height. Is there a manual way to do this? Should I use different code for quarto documents compared to markdowns?
The text was updated successfully, but these errors were encountered: