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
... the problem doesn't occur with the mkdocs or readthedocs themes
... the problem persists when all overrides are removed, i.e. custom_dir, extra_javascript and extra_css
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
Hyperlinks in the heading of a data tables (including footnotes) don't look like hyperlinks, but do function as a hyperlink.
Expected behaviour
Hyperlinks in the heading should be formatted blue in this case.
Example with MkDocs:
Actual behaviour
Hyperlinks (and footnotes) in the heading look like normal text (although are bolded due to being in a heading)
Steps to reproduce
test.md:
---
hide:
- toc
- navigation
---
# Test
| Method[^1] | Description[^2] | [This doesn't look like a link][Example Link 1] |
| ---------- | ------------------------------------ | ----------------------------------------------- |
| `GET` | :material-check: Fetch resource | [This looks like a link][Example Link 1] |
| `PUT` | :material-check-all: Update resource | |
| `DELETE` | :material-close: Delete resource | |
These[^1] footnotes look like links when not used in a heading[^2] of a table
[^1]: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
[^2]:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod
nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor
massa, nec semper lorem quam in massa.
[Example Link 1]: https://example.com/1
Package versions
Python: Python 3.9.13
MkDocs: mkdocs, version 1.3.0
Material: Version: 8.4.2+insiders.4.22.0
Configuration
site_name: Test Docsmarkdown_extensions:
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemojiemoji_generator: !!python/name:materialx.emoji.to_svg
System information
Operating system: macOS 12.4
Browser: Firefox 104.0.1, Safari 15.5
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Interesting. So it was actually a deliberate decision to override links in table headers, as we did in 2135e34 and released in 5.2.1, but I agree that it doesn't really make sense to do so. However, digging through the issue tracker, it was introduced because of #1718, which is when the table header had another color than it has now.
For this reason, it's safe to remove, which I just did in 43ea033.
Contribution guidelines
I've found a bug and checked that ...
mkdocs
orreadthedocs
themescustom_dir
,extra_javascript
andextra_css
Description
Hyperlinks in the heading of a data tables (including footnotes) don't look like hyperlinks, but do function as a hyperlink.
Expected behaviour
Hyperlinks in the heading should be formatted blue in this case.

Example with MkDocs:
Actual behaviour
Hyperlinks (and footnotes) in the heading look like normal text (although are bolded due to being in a heading)

Steps to reproduce
test.md:
Package versions
Python 3.9.13
mkdocs, version 1.3.0
Version: 8.4.2+insiders.4.22.0
Configuration
System information
The text was updated successfully, but these errors were encountered: