-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lint #41
base: master
Are you sure you want to change the base?
Lint #41
Conversation
The unicode bullet (•) and nbsp were being used in list entry prefix, however they are not recognised by Markdown syntax.
An indented paragraph and list render incorrectly
Uses both Ruby and Javascript linter.
While the other two changes fix actual rendering problems, this changeset includes changes which do not improve the rendering as far as I can see, and the necessary rules can all be disabled if you dont like them. I've avoided fixing the lint errors, to keep this changeset managable. |
Here is the output : https://travis-ci.org/jayvdb/PocketEuler/builds/137073407 |
👍 |
@@ -0,0 +1,18 @@ | |||
{ | |||
"comment": "Rules for the style guide at http://www.cirosantilli.com/markdown-style-guide/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy and paste error.
@jayvdb should this be closed? |
I'd like to revise it after the other fixes are merged, as it provides a much saner baseline for lint rules. |
Fixes #36
This change is