- Big change: Drop official support for Node 0.8
- Use JSHint to validate code style and fix numerous warnings it flagged up (#65) Thanks XhmikosR!
- Fix (yet more! gah) global variable leaks (#99)
- Fix content tight between two
hr
's disappearing (#106) - Use Grunt to build tailored versions including allowing customizing of what dialects are included (#113 - Robin Ward)
- Add in a bower.json for easier use in non-node environments ([#184])
- Lots of small other fixes
There might be other bug fixes then the ones listed - I've been a bit lax at updating the changes file, sorry :(
- Fix "undefined" appearing in output for some cases with blockquotes
- Fix (multiple) global variable leaks. Ooops
- Allow spaces in img/link paths (#48)
- Handle windows line endings (#58)
- Fix IE8 issues (#68, #86, #97)
- Fix images inside links mistakenly requiring a title attribute to parse correctly (#71)
- Add explicit text of the license to the readme (#74)
- Style tweaks by XhmikosR (#81, #82, #83)
- Build now tested by TravisCI thanks to sebs (#85)
- Fix "cuddled" header parsing (#94)
- Add support for tables to Maruku dialect (#66) Thanks redsun82!
- Improve link parsing when multiple on a line (#5)
npm test
will now run the entire test suite cleanly (switch tests over to node-tap) (#21)- Fix blockquote merging/implicit conversion between string/String (#24, #44)
- Allow inline elements to appear inside link text (#27)
- Fix to correctly render self-closing tags (#28, #35, #40)
- Actually render image references (#36)
- Make it work in IE7/8 (#37)
- Improve link parsing when link is inside parenthesis (#38)
- Fix JSLint warnings (#42)
md2html
can now process stdin (#43)- Fix for anchors enclosed by parenthesis (#46)