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

Update to CommonMark spec 0.24 #28

Closed
11 tasks done
robinst opened this issue Jan 12, 2016 · 1 comment
Closed
11 tasks done

Update to CommonMark spec 0.24 #28

robinst opened this issue Jan 12, 2016 · 1 comment

Comments

@robinst
Copy link
Collaborator

robinst commented Jan 12, 2016

From the diff between 0.22 and 0.23:

  • header -> heading
  • horizontal rule -> thematic break
  • HtmlTag -> HtmlInline (to follow commonmark.js)
  • ATX heading: must be space (check regex)
  • Entity or numeric cahracter references in raw HTML
  • No more optional whitespace after link label

From the diff between 0.23 and 0.24:

  • Update spec example parsing
  • Headings with multiple lines
  • Parentheses inside the link destination may be escaped
  • No spaces in in link destination (even with <>)
  • Link scheme whitelist removed (link)
@robinst robinst changed the title Update to CommonMark spec 0.23 Update to CommonMark spec 0.24 Jan 16, 2016
robinst added a commit that referenced this issue Jan 16, 2016
robinst added a commit that referenced this issue Jan 16, 2016
The pattern is now closer to RFC 3986.
robinst added a commit that referenced this issue Jan 16, 2016
This changes the MatchedBlockParser API to return the full paragraph
content instead of just the first line. Extensions might be affected.
robinst added a commit that referenced this issue Jan 16, 2016
@robinst
Copy link
Collaborator Author

robinst commented Jan 18, 2016

Released 0.4.0 that includes these changes.

@robinst robinst closed this as completed Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant