- 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
em
andstrong
.
- 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.