-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Description
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 by markdown-link-face and markdown-reference-face inside tables.
Steps to Reproduce
Create a simple table with links in the cells
| Links |
|------------------------------|
| [Link 1](https://github.com) |
| [Link 2][link-reference] |- ✔️ M-x describe-char on
Links, blank spaces and separators correctly givesmarkdown-table-face - ✔️ M-x describe-char on
Link 1correctly gives(markdown-table-face markdown-link-face) - ❌ M-x describe-char on
https://gitlite.zycloud.tkincorrectly givesmarkdown-url-face - ❌ M-x describe-char on
Link 2incorrectly givesmarkdown-link-face - ❌ M-x describe-char on
link-referenceincorrectly givesmarkdown-reference-face - ❌ M-x describe-char on
[,],(and)incorrectly givesmarkdown-markup-face
Software Versions
- Markdown Mode: markdown-mode, version 2.6-dev
- Emacs: GNU Emacs 29.0.50 (build 1, x86_64-apple-darwin20.6.0, NS appkit-2022.60 Version 11.6 (Build 20G165)) of 2022-05-12
- OS: macOS Big Sur
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels