github commonmark/cmark 0.25.2
cmark 0.25.2

latest releases: 0.31.0, 0.30.3, 0.30.2...
8 years ago
  • Open files in binary mode (#113, Nick Wellnhofer). Now that cmark
    supports different line endings, files must be openend in binary mode
    on Windows.
  • Reset partially_consumed_tab on every new line (#114, Nick Wellnhofer).
  • Handle buffer split across a CRLF line ending (#117). Adds an internal
    field to the parser struct to keep track of last_buffer_ended_with_cr.
    Added test.

Don't miss a new cmark release

NewReleases is sending notifications on new releases.