Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(internal/godocfx): Use default html rendering #6802

Merged
merged 2 commits into from Oct 3, 2022

Commits on Oct 3, 2022

  1. fix(internal/godocfx): Use default html rendering

    The previous setup was rendering doc headings as H1s. Now that the
    default GoDoc supports links and lists, we can use it directly.
    
    As a result, we can delete the third_party copy of the go/doc package
    and the custom goldmark plugin.
    tbpg committed Oct 3, 2022
    Copy the full SHA
    4c7f391 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c0e3381 View commit details
    Browse the repository at this point in the history