Skip to content

Update to CommonMark spec 0.24 #28

@robinst

Description

@robinst

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions