Go version

n/a

Output of go env in your module/workspace:

n/a

What did you do?

Go to https://go.dev/src/cmd/compile/internal/ssa/README

What did you see happen?

Image

What did you expect to see?

v5 = Addr <*int> {~r1} v2

There appears to be a bug in the Markdown rendering. I can't repro it in VSCode Markdown preview. It might be an issue with the nearby asterisk.

Comment From: JunyangShao

I tried reproducing this on localhost and looks like it's only reproduced when it's read from http://localhost:6060/go.dev/src/cmd/compile/internal/ssa/README, i.e. the server. If I copy the same README content to another local file under website/_content the rendering error is gone.

Maybe @golang/tools-team