v1.8
This release of mmd
fixes a link parsing bug as well as resolving several minor issues reported by various static code analysis tools. Changes include:
- Markdown of the form
([title](link))
did not parse correctly. - Addressed an issue identified by the LGTM code scanner.
- Addressed some issues identified by the Cppcheck code scanner.
- Addressed some issues identified by the Coverity code scanner.
- Changed the makefile to only run the unit test program when using the "test"
target. - Added a Cppcheck target ("cppcheck") to use this code scanning program against
themmd
sources.
Enjoy!