imsky / PocketEuler

:heavy_plus_sign: Offline version of Project Euler.
116 stars 11 forks source link

Framework for markdown lint testing #46

Closed jayvdb closed 8 years ago

jayvdb commented 8 years ago

Perform markdown linting using three tools, ignoring many rules to be rectified later.

jayvdb commented 8 years ago

This is a smaller version of #41 , setting up the lint framework only for #36, just adding the linters with extra 'ignore' rules to allow the current text to pass , without any attempt to make the result more parse-able or fix the existing github parsing issues.

imsky commented 8 years ago

:shipit: