
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
Hyperlinks in table headings don't have formatting Β· Issue #4327 Β· squidfunk/mkdocs-material
Description:
Contribution guidelines I've read the contribution guidelines and wholeheartedly agree I've found a bug and checked that ... ... the problem doesn't occur with the mkdocs or readthedocs...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- Social Networks
- Video & Online Content
- Technology & Computing
Content Management System {π}
What CMS is github.com built with?
Github.com operates using WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 10,000,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 4,989,889 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,532.
The estimated annual recurring revenues (ARR) are $251,490,385.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
squidfunk, issue, hyperlinks, table, bug, heading, footnotes, open, sign, ajh, problem, mkdocs, resolved, navigation, projects, dont, closed, description, doesnt, link, resource, lorem, version, commented, react, issues, pull, requests, actions, security, headings, formatting, contribution, guidelines, ive, agree, behaviour, test, linkexample, delete, links, ipsum, dolor, sit, amet, consectetur, adipiscing, elit, nulla, massa,
Topics {βοΈ}
test docs markdown_extensions bug resolved issue personal information hyperlinks closed issues open projects contribution guidelines consectetur adipiscing elit comment metadata assignees projects milestone issue tracker open material-check material-check material-close reproduce test bug readthedocs themes data tables formatted blue normal text bolded due fetch resource update resource curabitur feugiat consequat finibus 0 configuration site_name deliberate decision make sense quick change milestone relationships table headings table headers table header problem persists description[^2] hyperlinks wholeheartedly agree delete resource override links released github including footnotes latest version 0 material mkdocs massa 13 mkdocs resolved table [^1] problem
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:Hyperlinks in table headings don't have formatting
articleBody:### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and checked that ...
- [X] ... the problem doesn't occur with the `mkdocs` or `readthedocs` themes
- [X] ... the problem persists when all overrides are removed, i.e. `custom_dir`, `extra_javascript` and `extra_css`
- [X] ... the documentation does not mention anything about my problem
- [X] ... 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
```yaml
site_name: Test Docs
markdown_extensions:
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
```
### System information
- Operating system: macOS 12.4
- Browser: Firefox 104.0.1, Safari 15.5
author:
url:https://github.com/ajh0912
type:Person
name:ajh0912
datePublished:2022-09-06T19:14:40.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:3
url:https://github.com/4327/mkdocs-material/issues/4327
context:https://schema.org
headline:Hyperlinks in table headings don't have formatting
articleBody:### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and checked that ...
- [X] ... the problem doesn't occur with the `mkdocs` or `readthedocs` themes
- [X] ... the problem persists when all overrides are removed, i.e. `custom_dir`, `extra_javascript` and `extra_css`
- [X] ... the documentation does not mention anything about my problem
- [X] ... 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
```yaml
site_name: Test Docs
markdown_extensions:
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
```
### System information
- Operating system: macOS 12.4
- Browser: Firefox 104.0.1, Safari 15.5
author:
url:https://github.com/ajh0912
type:Person
name:ajh0912
datePublished:2022-09-06T19:14:40.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:3
url:https://github.com/4327/mkdocs-material/issues/4327
Person:
url:https://github.com/ajh0912
name:ajh0912
url:https://github.com/ajh0912
name:ajh0912
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:3
interactionType:https://schema.org/CommentAction
userInteractionCount:3
External Links {π}(5)
- How much profit is https://github.blog making per month?
- What's https://user-images.githubusercontent.com/40744246/188719571-2720f430-c05f-446a-8c20-5537f25efcd4.png's gross income?
- How much revenue does https://user-images.githubusercontent.com/40744246/188719614-f7610741-7ec0-4bb0-bf91-5d3881de4207.png generate?
- What's the monthly income of https://user-images.githubusercontent.com/40744246/188728240-bf53957f-cf55-4c7b-b63d-cfdaaefc1230.png?
- How much income does https://www.githubstatus.com/ have?
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- Lodash
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net