Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Releases: npm/marky-markdown

five point oh

19 Feb 22:55
Compare
Choose a tag to compare

five-point-oh

The Breaking Change

marky-markdown 5 no longer injects package name and description into the readme, leaving it up to www to render the name and description as it sees fit, using the newly exported marky.parsePackageDescription() method to continue safely supporting markdowny descriptions.

npmjs.com package pages will soon have a nav for moving between the package info page and the package access page. This nav will likely sit in the HTML between the package name and the start of the readme itself, so we need more flexibility around how and where package name and description are rendered.

Other Stuff

  • Update sanitize-html to 1.6.1 with bugfixes: #27
  • Make the CLI simpler and more unixy: #30 and #31