go icon indicating copy to clipboard operation
go copied to clipboard

x/pkgsite: <b> tags stripped from markdown

Open lorypelli opened this issue 1 year ago • 4 comments

Hello, I'm having an issue on the page: https://pkg.go.dev/github.com/lorypelli/cpkgs My user agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Screenshot: image Issue: The uppercase words are also bolded, but it doesn't show here because bold of the tag was removed

lorypelli avatar Jun 27 '24 09:06 lorypelli

you could consider using markdown's native __text__ bolding

seankhliao avatar Jun 27 '24 10:06 seankhliao

you could consider using markdown's native __text__ bolding

You mean **text** You are right, I forgot about this

lorypelli avatar Jun 27 '24 10:06 lorypelli

you could consider using markdown's native __text__ bolding

same issues happens with em but I used markdown * this time

lorypelli avatar Jun 27 '24 12:06 lorypelli

cc: @jba

ansaba avatar Jun 27 '24 19:06 ansaba

Closing as working as intended.

findleyr avatar Jul 08 '24 14:07 findleyr