Added
- Added ability to configure characters and disable emphasis/strong (#135)
- Added new ConfigurationAwareInterface support for all parsers, processors, and renderers (#201)
- Added HTML safe mode to handle untrusted input (#200, #201)
- Safe mode is disabled by default for backwards-compatibility
- To enable it, set the
safeoption totrue
- Added AppVeyor integration for automated unit/functional testing on Windows (#195)
Changed
AbstractBlock::finalize()now reqires a second parameter,$endLineNumberRegexHelper::REGEX_ENTITYno longer includes the starting/or the ending/i(#194)Node::setParent()now accepts null values (#203)
Fixed
- Fixed incorrect
endLinepositions (#187) - Fixed
DocParser::preProcessInputdropping up to 2 ending newlines instead of just one - Fixed
EntityParsernot checking for ampersands at the start of the current position (#192, #194)