Hiya.. minor style suggestion.. to preserve bold in this case: **`myFunction()`**
Currently, in the github style, the full font specification for code is overriding the bold. Suggest to use family specifically, to preserve bold when applied. Suggest to change lines 195-197 of github-markdown.css from
I also removed the overriding size here because the size is already set to 85% on line 421. And, that's good because if you were to have a ## `MonospacedHeading` you wouldn't want a fixed 14px size anyway. :smile_cat:
Hiya.. minor style suggestion.. to preserve bold in this case:
**`myFunction()`**
Currently, in the github style, the full
font
specification forcode
is overriding the bold. Suggest to use family specifically, to preserve bold when applied. Suggest to change lines 195-197 of github-markdown.css fromto
I also removed the overriding size here because the size is already set to 85% on line 421. And, that's good because if you were to have a
## `MonospacedHeading`
you wouldn't want a fixed 14px size anyway. :smile_cat: