[x/blog] content: fix italic text in matchlang.article

Fix italic text by removing the space between the underscore and first letter.

Screenshot of issue:

<img width="870" alt="image" src="https://user-images.githubusercontent.com/62928647/86102576-992d0c00-bab3-11ea-9c25-2011cc46b109.png">

Screenshot of fix:

<img width="966" alt="image" src="https://user-images.githubusercontent.com/62928647/86102505-81558800-bab3-11ea-9ac5-3270d55eb56d.png">

Change-Id: I7698f6f40295221c8b4d00d7ae28a0cdc45fc436
GitHub-Last-Rev: cb14d1cd83ae5115c01ff72c0f1b9e96ba85d9f5
GitHub-Pull-Request: golang/blog#40
Reviewed-on: https://go-review.googlesource.com/c/blog/+/240480
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
X-Blog-Commit: 2b26ce177339bd0213ea36904b0968c7244b54d2
1 file changed
tree: 5ccf14764ff5aff7c9a77c2d0c537b9ba8b3430d
  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.