Skip to content

Commit

Permalink
Be more explicit about what the changes/fixes were.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb committed Jun 9, 2012
1 parent 6f3fbe1 commit 1b66e43
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Changes.markdown
Expand Up @@ -2,6 +2,15 @@

## HEAD

- Fix for anchors enclosed by parenthesis (issue #46)
- `npm test` will now run the entire test suite cleanly. (switch tests over to
node-tap). Issue #21
- Fixes for issues #40, #28, #35, #42, #43, #44, #24, #37, #5, #36, #38, #27
node-tap). (#21)
- Allow inline elements to appear inside link text (#27)
- Improve link parsing when link is inside parenthesis (#38)
- Actually render image references (#36)
- Improve link parsing when multiple on a line (#5)
- Make it work in IE7/8 (#37)
- Fix blockquote merging/implicit conversion between string/String (#44, #24)
- md2html can now process stdin (#43)
- Fix jslint warnings (#42)
- Fix to correctly render self-closing tags (#40, #35, #28)

0 comments on commit 1b66e43

Please sign in to comment.