[x/blog] content/constants: fix display of two backquote characters

Two backquote characters were expressed as 6 consecutive backquotes in
the legacy article format. That unusual sequence didn't translate well
into the new Markdown article format in CL 222848.
Replace it with simple HTML, since this is hard to express in Markdown.

For golang/go#33955.

Change-Id: I575aa89c9f9104de694d9a8dad4ca103cc4c1567
Reviewed-on: https://go-review.googlesource.com/c/blog/+/231817
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
X-Blog-Commit: 10cc6f575bc85cafbda92aa7030a8e5c6e486dfe
1 file changed
tree: 45784c3c43ce69c99d14ee4cfa4b8be03ea631b5
  1. blog/
  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.