imsky / PocketEuler

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

Remove invalid references due to syntax #51

Closed jayvdb closed 8 years ago

jayvdb commented 8 years ago

Github is creating links to non-existant resources due to the presence of [..] (..) syntax. Github allows a space between these components, while the space avoids links in other markdown parsers.

These mostly occurred because [..] is being used to denote subscript within equations.

Replace these equations with LaTeX, and add \hspace{0pt} between any literal square brackets and round brackets to prevent links.

Also add missing sum in equations for problem 444, and remove a stray ^ from problem 461.

Fixes #3

jayvdb commented 8 years ago

gah; this patch (75f5a6a4) didnt include the fix for problem 186 , but it passed the link validator. :/

imsky commented 8 years ago

:+1:

jayvdb commented 8 years ago

Travis not running atm; https://github.com/travis-ci/travis-ci/issues/6292