Is there a style guide for
go/website (and go/wiki, which I assume would be the same)?
Specifically, I am wondering about the rule for when to style text with a monospace font (i.e., `` for Markdown or <code> for HTML). It seems that commands are always monospaced, as are environment variables. Filenames and paths are inconsistent:
https://go.dev/doc/toolchain uses monospace but
https://go.dev/doc/install does not (except for the Windows tab).
Thank you,
Adam