org-spec icon indicating copy to clipboard operation
org-spec copied to clipboard

font markup in tables

Open linc0380 opened this issue 7 years ago • 1 comments

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;
}

linc0380 avatar Aug 28 '18 13:08 linc0380

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! :)

postspectacular avatar Aug 29 '18 23:08 postspectacular