Pomax / BezierInfo-2

The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
https://pomax.github.io/bezierinfo
Other
2.32k stars 289 forks source link

add markdown prettification #296

Open Pomax opened 3 years ago

Pomax commented 3 years ago

Prettier supposedly has the ability to clean up markdown. If that's true, that would make things like double-newlines introducing rogue <p> and </p> tags a thing of the past: let's see if we can put it to use as part of the build process.