Skip to content

commonmark.js 0.24.0

Compare
Choose a tag to compare
@jgm jgm released this 13 Jan 06:13
· 338 commits to master since this release
  • [API change] Added version.
  • Added --version to cli program.
  • Updated spec.txt to 0.24.
  • Updated test runner to new spec format.
  • Allow multiline setext header content.
  • Don't allow spaces in link destinations, even in <>.
  • Updated recognizer for absolute URIs...
    We no longer use a whitelist of valid schemes.
  • Remove unused variable markerStartCol (Nik Nyby).
  • Fix inaccurate comment about closeUnmatchedBlocks (Nik Nyby).
    This function is void, and doesn't return true.