You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately this only fixes the issue for links in tables. The markup characters still don't get proper inheritance ie. in the sample table I put above, I'm referring the following:
6. ❌ M-x describe-char on [, ], ( and ) incorrectly gives markdown-markup-face
Expected Behavior
I should be able to change the font-size for tables including their content eg. links.
Actual Behavior
Customizations to the
markdown-table-face
are overwritten bymarkdown-link-face
andmarkdown-reference-face
inside tables.Steps to Reproduce
Create a simple table with links in the cells
Links
, blank spaces and separators correctly givesmarkdown-table-face
Link 1
correctly gives(markdown-table-face markdown-link-face)
https://github.com
incorrectly givesmarkdown-url-face
Link 2
incorrectly givesmarkdown-link-face
link-reference
incorrectly givesmarkdown-reference-face
[
,]
,(
and)
incorrectly givesmarkdown-markup-face
Software Versions
The text was updated successfully, but these errors were encountered: