Replies: 1 comment
-
You can't use CSS (it's for HTML) for LaTeX/PDF. See what you can do using raw HTML table at https://quarto.org/docs/authoring/tables.html#html-tables. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Description
Hi, I could find any examples that work and it is not in the documentation. I do not have any real experience with HTML so pardon me if it's something trivial I do not understand.
Basically I want to create a table that has some cells joined, so I figured I need to use html table. Now I want to center the text in those joined cells. I understand that this is done by the
style="text-align: center;"
attribute. But after rendering the document in pdf it does not work this way.But after rendering it shows as:

Beta Was this translation helpful? Give feedback.
All reactions