diff options
| author | Jonathan Amsterdam <jba@google.com> | 2026-03-21 16:52:49 -0400 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2026-03-27 11:54:39 -0700 |
| commit | 0f438ccc7dbe2f891f5f97594f7b6510e490c742 (patch) | |
| tree | 616118e6c6178e26d3268dab682c27e1fe773898 /internal/api/testdata/text.golden | |
| parent | c59880de3cd54955ef11b4187daf7f930badb5e2 (diff) | |
| download | go-x-pkgsite-0f438ccc7dbe2f891f5f97594f7b6510e490c742.tar.xz | |
internal/api: render markdown documentation
Change-Id: I8adf1e62d19cf592cc8204264d99953e12da5843
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/760260
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Ethan Lee <ethanalee@google.com>
Diffstat (limited to 'internal/api/testdata/text.golden')
| -rw-r--r-- | internal/api/testdata/text.golden | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/api/testdata/text.golden b/internal/api/testdata/text.golden index 6497759c..75998ec5 100644 --- a/internal/api/testdata/text.golden +++ b/internal/api/testdata/text.golden @@ -2,11 +2,17 @@ package pkg Package pkg has every form of declaration. +# Heading + +Search Google for details. + # Links - pkgsite repo, https://go.googlesource.com/pkgsite - Play with Go, https://play-with-go.dev +[Google]: https://google.com + CONSTANTS const ( |
