A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jrblevin/markdown-mode/issues/716 below:

Links and markup don't inherit the table face · Issue #716 · jrblevin/markdown-mode · GitHub

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]     |
  1. ✔️ M-x describe-char on Links, blank spaces and separators correctly gives markdown-table-face
  2. ✔️ M-x describe-char on Link 1 correctly gives (markdown-table-face markdown-link-face)
  3. ❌ M-x describe-char on https://github.com incorrectly gives markdown-url-face
  4. ❌ M-x describe-char on Link 2 incorrectly gives markdown-link-face
  5. ❌ M-x describe-char on link-reference incorrectly gives markdown-reference-face
  6. ❌ M-x describe-char on [, ], ( and ) incorrectly gives markdown-markup-face
Software Versions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4