- The div record gains the
classfield.
- Fixed inline element with attributes is inside a bulleted list not being processed correctly.
- Added the
inner_textfunction.
- Added support for symbols.
- Added support for inserts, deletes, and marks.
- Added support for nested lists.
- Added support for ordered lists.
- Improved support for spans with attributes.
- Added support for inline attributes on links and images.
- Added support for attributes on reference definitions.
- Added support for span elements with attributes.
- Added support for autolinks for URLs and email addresses.
- Added support for nested links and images.
- Fixed parsing of emphasis markers inside failed link constructs.
- Fixed parsing of content after div blocks.
- Added support for auto ids for headings that have the same content as previous headings.
- Added support for divs.
- Added support for smart replacing of hyphens with em/en dashes.
- Added support for smart replacing of
...with the ellipsis symbol. - Added support for block quotes.
- Fixed warning on latest gleam_stdlib.
- Support for maths.
- Added escaping text content.
- Added
NonBreakingSpaceinline variant.
- Added support for bullet lists without nesting.
- The performance of
parseandto_htmlhas been greatly improved!
- Added support for raw blocks.
- Added missing label on paragraph record.
- Updated for latest stdlib.
- Add support for footnotes.
- Add support for thematic breaks.
- Fix bug where inline elements had leading whitespace.
- Fixed a bug in parsing inline line breaks.
- Add Support for hard line breaks via
\\n. - Updated Gleam stdlib and fixed deprecation warning.
- Support added for images.
- Link text is used as reference label when label is empty.
- Line breaks in links are parsed in accordance with the spec.
- Fixed a bug where inline code endings would only be detected at the end of the document.
- Support added for inline code with backticks.
- Support added for
emandstrong.
- Fixed bug where commas aren't sanitized when creating id attributes.
- Support added for arbitrary block attributes.
- Fixed a bug where paragraphs containing links could lose some of their content.
- Support added for id and class block attributes.
- Initial release, with support for headings, paragraphs, links (inline and reference), and code blocks.