Skip to content

Commit 1c81b52

Browse files
committed
internal/frontend: switch from goldmark to markdown
For golang/go#61399 Change-Id: Iabf61eb3ffc432f91a5b83e68a39596af9567048 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/550036 kokoro-CI: kokoro <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]>
1 parent 7246abc commit 1c81b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/frontend/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func readmeContent(ctx context.Context, u *internal.Unit) (_ *Readme, err error)
259259
if !u.IsRedistributable {
260260
return &Readme{}, nil
261261
}
262-
return ProcessReadme(ctx, u)
262+
return ProcessReadmeMarkdown(ctx, u)
263263
}
264264

265265
const missingDocReplacement = `<p>Documentation is missing.</p>`

0 commit comments

Comments
 (0)