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

tools: implement markdown formatting #40181

Merged
merged 2 commits into from Sep 25, 2021
Merged

tools: implement markdown formatting #40181

merged 2 commits into from Sep 25, 2021

Commits on Sep 25, 2021

  1. tools: implement markdown formatting

    Markdown formatter is now available via `mark format-md` (or
    `vcbuild format-md` on Windows).
    
    PR-URL: nodejs#40181
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Trott committed Sep 25, 2021
    Copy the full SHA
    6077473 View commit details
    Browse the repository at this point in the history
  2. tools: fix lint-md autolinking

    Update a transitive dependency in lint-md to fix an autolink bug in the
    formatter that causes a lot of our files (particularly changelogs) to be
    misformatted when run through the automatic formatter.
    
    Refs: syntax-tree/mdast-util-gfm-autolink-literal@7555d45
    
    PR-URL: nodejs#40181
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Trott committed Sep 25, 2021
    Copy the full SHA
    85811d1 View commit details
    Browse the repository at this point in the history