[x/go.dev] cmd/internal/site: switch to Goldmark

x/website uses Goldmark, so this brings go.dev in line with golang.org.

The only change to the golden output is a few automatically
generated heading IDs. It used to be that

	# Go's Concurrency

produced <h1 id="go-s-concurrency">.
Now it produces <h1 id="gos-concurrency">.

Similarly,

	# Go & You

used to produce <h1 id="go-you">.
Now it produces <h1 id="go--you">.

In theory this could lead to slightly broken links that
no longer target what they meant to target.
In practice it is doubtful that people have links to the
specific affected sections.

Change-Id: Ia0827e2f13fbd7f304983025dade694c50c49d6e
X-GoDev-Commit: 416036ecdf33ce51eeeb0d2bbd8ca98fd5fc7dc9
9 files changed
tree: 5485fa5c0f9da63348ca6c6f5eeffd53848d16f1
  1. go.dev/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.