Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Apr 26, 2024
1 parent d876efe commit f481935
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
with the exception that 0.x versions can break between minor versions.

## Unreleased
### Added
- Support for extending inline parsing with custom inline content parsers! See
`Parser.Builder#customInlineContentParserFactory`. This allows users or
extensions to hook into inline parsing on a deeper level than using delimiter
processors. It could be used to implement support for math/latex formulas for
example.
### Fixed
- Fix parsing of link reference definitions where it looks like it has a title
but it doesn't because it's followed by characters other than space/tab. In that
Expand Down

0 comments on commit f481935

Please sign in to comment.