sindresorhus / generate-github-markdown-css

Generate the CSS for github-markdown-css
MIT License
380 stars 77 forks source link

Require Node.js 8, include a code snippet in the fixture, and change how we generate the HTML #5

Closed pkaminski closed 5 years ago

pkaminski commented 6 years ago

A normal render won't generate code snippets, so go through the API instead. This also avoids pulling in all kinds of styles that relate only to the link anchors supplied by the GitHub site, but not part of the markdown render proper.


This change is Reviewable