diff options
author | Dmitri Shuralyov <dmitshur@golang.org> | 2020-07-27 14:44:56 -0400 |
---|---|---|
committer | Dmitri Shuralyov <dmitshur@golang.org> | 2020-07-27 20:33:33 +0000 |
commit | fb994f42d8394e948c3d58235828e9ed5f2f3077 (patch) | |
tree | 61d766d5c741877f3de7eff41a7a3aec2f6f390e /content/3years.article | |
parent | d59e95f1479737b791e722c8372afe17cc012e9c (diff) |
content: fix code block in Publishing Go Modules article
When indentation is used to create a code block immediately following
a list, Markdown syntax is ambiguous: it can be interpreted as another
text paragraph belonging to the last list entry, or as a standalone
code block.
The original behavior in CL 197637 made this unambiguously a code block
because the present format did not support lists. This changed when the
article was converted to use Markdown syntax in CL 222848.
Start using a fenced code block instead of indentation to resolve the
Markdown ambiguity and restore original behavior.
For golang/go#33955.
Change-Id: I9537bc72d7a32f90592942591b2688fb2f26c452
Reviewed-on: https://go-review.googlesource.com/c/blog/+/245017
Reviewed-by: Jean de Klerk <deklerk@google.com>
Diffstat (limited to 'content/3years.article')
0 files changed, 0 insertions, 0 deletions