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

Fixes for "update metalsmith-markdown #1810" #1811

Merged
merged 2 commits into from
Sep 16, 2018
Merged

Fixes for "update metalsmith-markdown #1810" #1811

merged 2 commits into from
Sep 16, 2018

Conversation

fhemberger
Copy link
Contributor

@fhemberger fhemberger commented Sep 16, 2018

Diffed the generated files before and after the update in #1810:

  • Escaping of a few characters has changed (' -> ', "-> ", & -> & in URLs)
  • Now HTML is properly escaped in <pre> code blocks
  • No <p> around <ul>

Breaking changes (fixed manually):

  • Markdown inside HTML is no longer supported:

    • locale/en/about/resources.md
    • locale/en/blog/npm/2013-outage-postmortem.md
    • locale/ko/about/resources.md
    • locale/uk/about/resources.md
    • locale/zh-cn/about/resources.md
    • locale/zh-cn/docs/guides/debugging-getting-started.md
  • Some slight misrendering (manually fixed, editor mistakes):

    • locale/en/blog/npm/managing-node-js-dependencies-with-shrinkwrap.md
    • locale/en/docs/guides/simple-profiling.md
    • locale/uk/docs/guides/simple-profiling.md
    • locale/zh-cn/docs/guides/simple-profiling.md
  • Could somebody from the @nodejs/nodejs-cn team please check the following files (some underscores were changed to <em>):

    • locale/zh-cn/docs/guides/backpressuring-in-streams.md
    • locale/zh-cn/docs/guides/buffer-constructor-deprecation.md
    • locale/zh-cn/docs/guides/timers-in-node.md

Trott and others added 2 commits September 14, 2018 11:10
This eliminates a warning from `npm audit`. It's a semver major update,
so we should look at output carefully, but all tests pass, so that's
something...
Copy link
Contributor

@willin willin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@terry-fei
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants