html-table-processing
available in RevealJS
#10068
-
DescriptionHi, In the latest pre-release, users can set I believe that this option is not available in Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Where did you see Note that a search in the documentation gives you: https://quarto.org/docs/authoring/tables.html#disabling-quarto-table-processing Also, I don't think this option is tied to any format, so it should work with the correct name. |
Beta Was this translation helpful? Give feedback.
Yes this is only CSS related. You are not specifically overriding some rules close enough to your table, or with less specificity so some Quarto / Revealjs CSS applies.
For example Revealjs theme that we bundle defines some border around table rows
quarto-cli/src/resources/formats/revealjs/reveal/css/theme/template/theme.scss
Lines 217 to 222 in 7bb03a0
If you are not overriding this in your own theme, meaning, you are not explicitly asking for no border at tall, then you are just inheriting the style of the output that will be used.