[x/go.dev] _content, _templates: make various templates safe for Goldmark

Goldmark is much pickier than BlackFriday about blank lines
stopping inline HTML in the Markdown. Since templates are
generating Markdown which is converted into HTML,
it is particularly important to avoid blank lines in templates
that are generating inline HTML directly.

Change-Id: I98a50d96f4edc54e3b06bddd80aae0804d8517dd
X-GoDev-Commit: 4597896ad4cf4d375ee82d578c5cf78fe631e1e8
7 files changed
tree: 073713041989a8b7821619f5d83a88bbed6a66dd
  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.