This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
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.