Bold text emits weird spans
See original GitHub issueI am running a copy of master that I upgraded to from 2.0.0-pre.6, and it’s emitting this when bold text occurs in a channel:
<span< span=""> class='irc-bold'>[the text that is supposed to be bold]</span<>
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Bold text | The HTML Shark
Here the text is normal, <SPAN STYLE="font-weight:bold">here the text becomes bold,</SPAN> and here it becomes normal again. The result is: Here the text...
Read more >bold tags don't take effect in span element in html
bold tags don't take effect in span element in html · You can reformat your code to make it a lot more readable,...
Read more >[SOLVED] TEXT-BOLD Does Not Work Using HTML5 - CSS ...
Re: TEXT-BOLD Does Not Work Using HTML5 The "font-weight" property is the correct property for setting the weight (or boldness) of a font....
Read more >lowdown — Markdown reference for lowdown - Ubuntu Manpage
Each block element contains span elements: normal text, emphasised text (bold and italised), an image, a link, and a span of code.
Read more >List and cherry-pick all missing changes that were merged in Shuo ...
Bold text emits weird spans #583. Closed. brunnre8 pushed a commit to brunnre8/thelounge that referenced this issue on Apr 6, 2021.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Given that the IRC spec allows channel names like
#5]
, it’s probably not preventable.I don’t think it’s possible to flag this as an preventable bug. @xPaw, what do you think?