What's Changed
Update a lot of fix for Markdown:
- Fix markdown to support parse
[foo]as link text. #141 - Improve Markdown parser for soft wrap to avoid some mistakes. #138
- Fix Markdown for support newline in link and mark
[text\nfoo](),**Foo\nBar**. - Fix HTML parse in Markdown.
- Fix Markdown for support mark in link text, e.g.:
[`Hello`](/hello),[**Hello**](/hello).
Other changes
- Fix indent in install script for Linux. by @yangtzech in #143
- Use Pest built-in line_col method. by @huacnlee in #131
New Contributors
- @yangtzech made their first contribution in #143
Full Changelog: v2.6.1...v2.6.2