Skip to content

Commit

Permalink
Fix Markdown syntax errors
Browse files Browse the repository at this point in the history
(You'd think the maintainer of a Markdown parser would know how to write valid Markdown...)
  • Loading branch information
colinodell authored Aug 5, 2017
1 parent 9ee0dcc commit 1162ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ This release bumps spec compliance to 0.28 without breaking changes to the API.
### Changed

- Bumped CommonMark spec target to 0.28
- Changed internal implementation of `LinkParserHelper::parseLinkDestination` to allow nested parens
- Changed internal implementation of `LinkParserHelper::parseLinkDestination()` to allow nested parens
- Changed precedence of strong/emph when both nestings are possible (rule 14)
- Allow tabs before and after ATX closing header

### Fixed

- Fixed HTML type 6 block regex matching against <pre> (it shouldn't) and not matching <iframe> (it should)
- Fixed HTML type 6 block regex matching against `<pre>` (it shouldn't) and not matching `<iframe>` (it should)
- Fixed reference parser incorrectly handling escaped `]` characters
- Fixed "multiple of 3" delimiter run calculations

Expand Down

0 comments on commit 1162ff7

Please sign in to comment.