Fossil SCM
Markdown Tables CSS
f20670fca76c64b…
· opened 12 years, 9 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Minor
- Resolution
- —
- Subsystem
- —
- Created
- July 9, 2013 6:13 p.m.
Markdown tables are not currently able to be styled with CSS (without styling every table in the "content" div) because they do not identify themselves with a CSS class.
Adding a class to markdown_html.c for the table tag is a basic fix. A better fix would be to allow the user to name the table for applying CSS, or provide inline CSS (if it can be done safely)
Comments (1)
Markdown tables are not currently able to be styled with CSS (without styling every table in the "content" div) because they do not identify themselves with a CSS class.
Adding a class to markdown_html.c for the table tag is a basic fix. A better fix would be to allow the user to name the table for applying CSS, or provide inline CSS (if it can be done safely)