commonmark.js 0.19.0
- Fixed underscore emphasis to conform to spec changes (commonmark/commonmark-spec#317, #12).
- Fixed variable shadowing (linter warnings) in
test.js
. - Makefile: Moved
lint
first to avoid regeneratingdist
by accident. - Dingus: Fixed word wrapping in text area (commonmark/commonmark-spec#319).
- Updated
spec.txt
intest/
. - Added
release_checklist.md
.