go
go copied to clipboard
x/pkgsite: <b> tags stripped from markdown
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:
Issue:
The uppercase words are also bolded, but it doesn't show here because bold of the tag was removed
you could consider using markdown's native __text__ bolding
you could consider using markdown's native
__text__bolding
You mean **text**
You are right, I forgot about this
you could consider using markdown's native
__text__bolding
same issues happens with em but I used markdown * this time
cc: @jba
Closing as working as intended.