-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Justification of Table Columns #511
Comments
Hmm, it appears the HTML writer does not honour alignment at all. It actually came as a surprise to me that cells should be right-aligned by default according to Base docs. Generally most Markdown table implementations seem to left-align. But in any case, Documenter should simply follow Base here. |
Yup, those get ignored in As for bold: that is interesting. I would guess it is somehow specific to your system though. Would still be good to know what is going on -- could you maybe go in with Chrome devtools and see why the appropriate CSS is not being applied? Do you see the same thing in Safari? |
Works in Safari 10.1.1 (11603.2.5) on the same computer. I took a quick glance via chrome inspect, but the CSS is out of my depth and it was not immediately clear to me what was going on. |
Is it possible to fix this column alignment or is it something beyond Documenter.jl? |
Note that tables that do not explicitly define alignment default to be right-aligned. Fix #511
* Enable table column alignment in HTML Note that tables that do not explicitly define alignment default to be right-aligned. Fix #511
It seems like the right-side justification on tables is not working. For example see, https://lanl-ansi.github.io/PowerModels.jl/latest/results.html
Also I noticed that the bold directive does not seem to work on this page. Both in the body of the text and in the table header.
The bold directive is recognized by github's markdown renderer, https://github.com/lanl-ansi/PowerModels.jl/blob/8d6ffb0dad80be64255d28d16afbff0c9c9e3c94/docs/src/results.md
The text was updated successfully, but these errors were encountered: