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: Golang x/pkgsite: <b> tags stripped from markdown Issue: The uppercase words are also bolded, but it doesn't show here because bold of the tag was removed

Comment From: seankhliao

you could consider using markdown's native __text__ bolding

Comment From: lorypelli

you could consider using markdown's native __text__ bolding

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

Comment From: lorypelli

you could consider using markdown's native __text__ bolding

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

Comment From: ansaba

cc: @jba

Comment From: findleyr

Closing as working as intended.