From 1f4ccc54c9d31d19c2801c413ef82d84f16b8220 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 17 Jan 2026 17:15:45 +0700 Subject: 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 --- _content/ref/mod.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_content/ref/mod.md b/_content/ref/mod.md index c75a60ca..57363bf7 100644 --- a/_content/ref/mod.md +++ b/_content/ref/mod.md @@ -4211,7 +4211,7 @@ values. $base/tile/$H/$L/$K[.p/$W] - Returns a [log tile](https://research.swtch.com/tlog#serving_tiles), + Returns a log tile, 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 $L, $Kth from the left, with a tile height of @@ -4551,12 +4551,12 @@ GOSUMDB="sum.golang.org+<publickey> https://sum.golang.org" GOWORK

- 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 GOWORK environment variable instructs the go command to enter workspace + mode using the provided 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 section.

-- cgit v1.3