Skip to content

Commit

Permalink
Fix Unicode bullet and nbsp in list entry prefix
Browse files Browse the repository at this point in the history
The unicode bullet (•) and nbsp were being used in list entry prefix,
however they are not recognised by Markdown syntax, causing the
lists to not render.

Also for lines with non-whitespace changes, update equation syntax
and merge list item lines to avoid `list-item-spacing` lint errors.

Add bold to numbers in Problem 261 to match Project Euler.

Fixes #37
  • Loading branch information
jayvdb committed Jul 7, 2016
1 parent 6a3d01a commit 08c8e79
Showing 1 changed file with 324 additions and 335 deletions.
Loading

0 comments on commit 08c8e79

Please sign in to comment.