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

docs: validate that the docs can be parsed by mdx #2711

Merged
merged 1 commit into from Feb 18, 2021

Commits on Feb 18, 2021

  1. docs: validate that the docs can be parsed by mdx

    Although our documentation is rendered for the "in the box" docs by
    cmark-gfm, the upstream docs site (docs.npmjs.com) uses mdx, which is
    a much stricter parser.  Update our docs generator site to ensure that
    mdx can parse our documentation as well, to ensure that we get fast
    feedback when it would fail.
    
    PR-URL: npm#2711
    Credit: @ethomson
    Close: npm#2711
    Reviewed-by: @darcyclarke
    ethomson authored and nlf committed Feb 18, 2021
    Copy the full SHA
    af4422c View commit details
    Browse the repository at this point in the history