Tables not working in quarto presentations at browser used for developing #5069
Replies: 1 comment 7 replies
-
It works just fine with 1.2.475 and current dev version (45f6955). Could you share more information (e.g., Quarto version, OS, etc.), and a more complete working example rather than just the markdown table? ---
title: "Quarto Minimal Working Example"
format: revealjs
---
## Sample table
| Right | Left | Default | Center |
|------:|:-----|---------|:------:|
| 12 | 12 | 12 | 12 |
| 123 | 123 | 123 | 123 |
| 1 | 1 | 1 | 1 | |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Presentations build with RevealJS, I have been noticing the table are not rendering correctly, if I give below markdown:
Beta Was this translation helpful? Give feedback.
All reactions