https://github.com/bitjourney/mato/compare/v2.4.0...v2.5.0
- Bump up commonmarker to 1.0
https://github.com/bitjourney/mato/compare/v2.3.2...v2.4.0
- BREAKING: Drop support for Ruby 2.4, 2.5, and 2.6
- Bump up minimum dependency of nokogiri to 1.12
- Fix error on mention link with Nokogiri v1.11.0+. #26
- Allow loose task list. #24
- Add
convert_empty_task_list
option to TaskList filter to convert task list event if the text is empty. #23
https://github.com/bitjourney/mato/compare/v2.1.4...v2.2.0
- BREAKING: Drop support for Ruby 2.3
- Display code block as plan text if Rouge raises an error #21
https://github.com/bitjourney/mato/compare/v2.1.3...v2.1.4
- Fix broken mention link process in case of including unexpected text
https://github.com/bitjourney/mato/compare/v2.1.2...v2.1.3
- Fix anchor in case of heading which is only special characters
https://github.com/bitjourney/mato/compare/v2.1.1...v2.1.2
- Add UNSAFE to DEFAULT_MARKDOWN_RENDER_OPTIONS
https://github.com/bitjourney/mato/compare/v2.1.0...v2.1.1
- Fix language detection in fenced code blocks #14
https://github.com/bitjourney/mato/compare/v2.0.1...v2.1.0
- Enable
:TABLE_PREFER_STYLE_ATTRIBUTE
added in CommonMarker v0.17.8 #13
https://github.com/bitjourney/mato/compare/v2.0.0...v2.0.1
- fix ToC renderer to make consistent HTML from inconsistent headings #12
https://github.com/bitjourney/mato/compare/v1.3.1...v2.0.0
- Enable kramdown-style footnotes which is an extension in github/cmark #11
https://github.com/bitjourney/mato/compare/v1.3.0...v1.3.1
- Exclude
example/
from the package not to confuse RubyMine
https://github.com/bitjourney/mato/compare/v1.2.3...v1.3.0
- Added
timeout:
,on_timeout:
andon_error:
options toappend_*_filter
#10
https://github.com/bitjourney/mato/compare/v1.2.2...v1.2.3
- Requires rouge v3.0.0 or later with simpler code #9
https://github.com/bitjourney/mato/compare/v1.2.0...v1.2.2
- Added hyphen(-) to MENTION_PATTERN #8
https://github.com/bitjourney/mato/compare/v1.1.0...v1.2.0
- Experimental:
Mato::Processor#convert
to convert X-flavored markdown to CommonMark- Currently only
flavor: :redcarpet
is supported
- Currently only
https://github.com/bitjourney/mato/compare/v1.0.3...v1.1.0
- wrap single, bare
<img/>
with<p/>
#6
https://github.com/bitjourney/mato/compare/v1.0.2...v1.0.3
- fix issues that tags are remvoed from ToC (degraded in #4, fixed in #5)
https://github.com/bitjourney/mato/compare/v1.0.1...v1.0.2
- fix #3's issue again #4
https://github.com/bitjourney/mato/compare/v1.0.0...v1.0.1
- fix issues when headings includes links #3
- Initial stable version