- Verify support for Elixir 1.17.0.
- Breaking: Drop support for Elixir older than 1.15.0.
- Unknown tags which are parsed with
verbatim: true
are rendered as-is. - Handle image links with titles.
- Handle images.
- Fixup docs.
- Unlock
earmark
; onlyearmark_parser
is used.
- Add change log to docs.
- Handle
ex_doc
-style admonition blocks.
- Multi-line markdown documents are formatted with a trailing newline.
- Add
line_length
text reformatting (default 100 characters). - Fix: sometimes spacing between block elements and lists would collapse.
- Render links inline when the text is the same as the path.
- Handle edge-case where code block is not contained in a
p
tag.
- Code blocks can be tagged with language syntax.
- Initial release.