Edit in Visual Mode changes the format of tables 🥺 #6405
Replies: 2 comments 13 replies
-
|
Would you mind sharing a reproducible example? Screen.Recording.2023-08-07.at.21.11.56.mov |
Beta Was this translation helpful? Give feedback.
-
|
I don't think we document really how visual editor will parse and write tables. My understanding is that we prefer pipe_tables (https://pandoc.org/MANUAL.html#extension-pipe_tables) but they have this limitation
In the example you are doing
this means you are inserting content in cell that is not support by pipe table (which is the syntax initially used in your source document) In that case, I believe Visual Editor should then consider The HTML representation is the one that allows to handle width and HTML table are passed anyway, so the resulting document will have the correct table.
Regarding the recent, note that you are using an old version of Quarto (1.2 and now 1.4 is the latest). The visual editor is part of IDE tooling (from https://github.com/quarto-dev/quarto) shared in VSCODE and RSTUDIO IDE. Not sure which one you are using. You should make sure to use a recent version also. So maybe there is an issue in how the content is detected, but it is possible that for complex wide table, the HTML representation is the only one that insures to get the correct output. Hope this helps clarify; Also, for the future, for issues on visual editor, you can open one at https://github.com/quarto-dev/quarto |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello there!
Quarto version 1.2.475
macOS Ventura 13.4.1 (c)
I use quarto for work, we have all our documentation in markdown format. I use Edit in Visual Mode to improve the format but mostly for tables. When working with tables, I'm having an issue. The table is in markdown and when I use Edit in Visual Mode and edit the table, this changes the format of the table to what I believe is html 🤯
example
It's extremely annoying and it's very recent. Help!
Beta Was this translation helpful? Give feedback.
All reactions