Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] wikitext formatting a link in italic works - bold does not work #8162

Open
pmario opened this issue Apr 22, 2024 · 0 comments · May be fixed by #8163
Open

[Bug] wikitext formatting a link in italic works - bold does not work #8162

pmario opened this issue Apr 22, 2024 · 0 comments · May be fixed by #8163

Comments

@pmario
Copy link
Contributor

pmario commented Apr 22, 2024

//[[Internal link|example in italics]]//

''[[Internal link|example in italics]]''
  • The current TW version does style the link in italic as it should, because the user defined it that way.
  • The internal link is not styled in bold, because the link is "covered" in a STRONG element, which has a very low specificity.

We need a new style definition to define the font weight, if the user decides to format a link in bold.

title: link-styles
tags: $:/tags/Stylesheet

strong .tc-tiddlylink {
  font-weight: bolder;
}
@pmario pmario changed the title [IDEA] wikitext formatting a link in italic works - bold does not work [Bub] wikitext formatting a link in italic works - bold does not work Apr 22, 2024
@pmario pmario changed the title [Bub] wikitext formatting a link in italic works - bold does not work [Bug] wikitext formatting a link in italic works - bold does not work Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant