checkmate v0.2.1 Release Notes

Release Date: 2017-09-25 // over 6 years ago
  • 🚀 Released on September 26, 2017.

    • Fixed a parser bug which had scanned continuous inline comments of unmatched styles, e.g.:

      // CHECK This line is scanned.
      // This line also is scanned.
      -- This line had been scanned, but the parser is fixed
      -- so that it isn't scanned anymore.
      
    • GitHub Flavored Markdown renderer (checkmate gfm and Checkmate.Rendrer.toGFMarkdown) became to ignore soft linebreaks to be consistent with CommonMark renderer.