[website] ref/mod: fix markdown syntax inside embedded HTML

0 views
Skip to first unread message

M Shulhan (Gerrit)

unread,
5:31 AM (13 hours ago) 5:31 AM
to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

M Shulhan has uploaded the change for review

Commit message

ref/mod: fix markdown syntax inside embedded HTML

Markdown syntax inside embedded HTML is not get parsed, so fix it by
replacing it with the corresponding HTML tag.
Change-Id: I9b3ef7bbb42d6aea4b022accd9af2d15594b8143

Change diff

diff --git a/_content/ref/mod.md b/_content/ref/mod.md
index c75a60c..57363bf 100644
--- a/_content/ref/mod.md
+++ b/_content/ref/mod.md
@@ -4211,7 +4211,7 @@
<tr>
<td><code>$base/tile/$H/$L/$K[.p/$W]</code></td>
<td>
- Returns a [log tile](https://research.swtch.com/tlog#serving_tiles),
+ Returns a <a href="https://research.swtch.com/tlog#serving_tiles">log tile</a>,
which is a set of hashes that make up a section of the log. Each tile
is defined in a two-dimensional coordinate at tile level
<code>$L</code>, <code>$K</code>th from the left, with a tile height of
@@ -4551,12 +4551,12 @@
<td><code>GOWORK</code></td>
<td>
<p>
- The `GOWORK` environment variable instructs the `go` command to enter workspace
- mode using the provided [`go.work` file](#go-work-file) to define the workspace.
- If `GOWORK` is set to `off` workspace mode is disabled. This can be used to run
- the `go` command in single module mode: for example, `GOWORK=off go build .` builds
- the `.` package in single-module mode.`If `GOWORK` is empty, the
- `go` command will search for a `go.work` file as described in the [Workspaces](#workspaces)
+ The <code>GOWORK</code> environment variable instructs the <code>go</code> command to enter workspace
+ mode using the provided <a href="#go-work-file"><code>go.work</code> file</a> to define the workspace.
+ If <code>GOWORK</code> is set to <code>off</code> workspace mode is disabled. This can be used to run
+ the <code>go</code> command in single module mode: for example, <code>GOWORK=off go build .</code> builds
+ the <code>.</code> package in single-module mode. If <code>GOWORK</code> is empty, the
+ <code>go</code> command will search for a <code>go.work</code> file as described in the <a href="#workspaces">Workspaces</a>
section.
</p>
</td>

Change information

Files:
  • M _content/ref/mod.md
Change size: S
Delta: 1 file changed, 7 insertions(+), 7 deletions(-)
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: website
Gerrit-Branch: master
Gerrit-Change-Id: I9b3ef7bbb42d6aea4b022accd9af2d15594b8143
Gerrit-Change-Number: 737240
Gerrit-PatchSet: 1
Gerrit-Owner: M Shulhan <m.sh...@gmail.com>
unsatisfied_requirement
satisfied_requirement
open
diffy
Reply all
Reply to author
Forward
0 new messages