Skip to content

Commit

Permalink
internal/frontend: switch from goldmark to markdown
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
matloob committed Dec 18, 2023
1 parent 7246abc commit 1c81b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/frontend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func readmeContent(ctx context.Context, u *internal.Unit) (_ *Readme, err error)
if !u.IsRedistributable {
return &Readme{}, nil
}
return ProcessReadme(ctx, u)
return ProcessReadmeMarkdown(ctx, u)
}

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

0 comments on commit 1c81b52

Please sign in to comment.