org-spec
org-spec copied to clipboard
font markup in tables
This is a superb theme. Yet I noticed that the verbatim or code markup of fonts in tables does not work: This table
| =verbatim= | text |
| ~code~ | more text |
does not display properly, while this inline markup is fine: =verbatim= and ~code~.
It seem as if the css file needs to be modified to the effect that td code is deleted from the line
h2 code, h3 code, h4 code, h5 code, td code{
font-family: inherit !important;
font-size: inherit !important;
}
Thanks @linc0380 - I haven't really used this in a while & quite busy w/ other things at the moment. Could I ask you to please prep a PR with these changes? Thanks! :)