Skip to content

commonmark.js 0.20.0

Compare
Choose a tag to compare
@jgm jgm released this 08 Jun 20:05
· 475 commits to master since this release
  • Ensure that link labels contain non-whitespace (commonmark/commonmark-spec#322).

  • Strip brackets in normalize-reference. Otherwise the stripping
    of leading/trailing whitespace doesn't work. For example:

    [hi]
    
    [ hi ]: url
    
  • Use U+FFFD for entities resolving to 0 (commonmark/commonmark-spec#323).

  • Fixed bug with list items indented >= 4 spaces (#42).

  • Extract regex test results in scanDelims as local variables
    (Robin Stocker). Also, abort earlier when no delims where found.

  • Allow a partial open block tag to be recognized when followed
    by a newline with no space (#324). For example:
    `

    `
  • Added test for alternate line endings.

  • Added travis & npm buttons to README.md (Vitaly Puzrin).

  • Travis-CI: refresh node.js versions & use docker containers
    (Vitaly Puzrin).

  • Dingus css: set colors for textarea (#319). Otherwise we may run
    into problems for people who have set their textarea default
    colors.