golang/go

x/pkgsite: three backticks are turned into a quotation mark followed by a single backtick even in indented block

Open

#45,267 opened on Mar 28, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationhelp wantedpkgsitepkgsite/dochtml

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When entering two backticks pkg.go.dev renders it as a quotation mark, like LaTeX. However, this also happens when three backticks are used in an indented block where I would expect the original text to remain unchanged, for example, in this pre-formatted block demonstrating a markdown like language:

A pre block showing the behavior described in the issue

Contributor guide