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/pkg.go | |
| 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/pkg.go')
| -rw-r--r-- | internal/api/testdata/pkg.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/api/testdata/pkg.go b/internal/api/testdata/pkg.go index b9650bb8..6d62abad 100644 --- a/internal/api/testdata/pkg.go +++ b/internal/api/testdata/pkg.go @@ -4,10 +4,16 @@ // 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 package pkg // C is a shorthand for 1. |
