-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
simple Markdown table does not work with Rmd files #612
Comments
OK, I try it:
|
Perhaps you don't know what a "reproducible example" means... It means an example that other people can run to reproduce your problem. So far all we have here is a table with a screenshot. To be able to reproduce your problem, we need the source document or project. At the bare minimum, we need to at least be able to visit the problematic web page. If you have the website source on Github, that's all we need. If you don't, please at least provide a URL to the problematic web page. |
Url to webpage: http://gansser.de/post/strukturgleichungsmodellierung-anleitung/ |
This is a CSS question. If you right click on the table header and inspect the CSS, you'll see that the table header uses the The tr.header {
display: table-row;
} Please consider asking further questions in public forums such as RStudio Community or Stack Overflow in the future, as indicated in the issue guide. We don't have enough resources to answer general website questions such as CSS problems. Please also do not delete the issue guide when filing issues here next time. Thanks! |
simple Marktdown table does not work within Rmd files:
looks like this:
The text was updated successfully, but these errors were encountered: