Skip to content
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

Fixing issues #79, #80, and #82. #81

Closed
wants to merge 3 commits into from

Conversation

nicovalencia
Copy link

> grunt test

Running "simplemocha:all" (simplemocha) task
path.existsSync is now called `fs.existsSync`.

  .........................................................

  ✔ 57 tests complete (44ms)


Running "jshint:src" (jshint) task
>> 5 files lint free.

Running "jshint:test" (jshint) task
>> 1 file lint free.

Closes showdownjs#79
- Changed gruntfile to new naming convention for 0.4.x (Gruntfile.js)
- Upgraded grunt module to version 0.4.2
- Set grunt-mocha dependancy to ~0.4.7
- Added and substituted lint with grunt-contrib-jshint for better coverage
- Updated readme with test and grunt installation information
closes showdownjs#80
- Fixed tabbing of showdown source
- Added proper comparison operators
- Added missing semicolons
…header ids.

closes showdownjs#82
- Modified header id function to prepend `section` to each id
- Modified header id function to track duplicate count and append a unique numerical-id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant