This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
Breaking changes:
- Updated
Document
initializers. - Removed
Document.applyingTransform(:)
method. - Removed
Document.imageURLs
property. - Use element types as the associated values in
Inline
andBlock
enums. @BlockBuilder
has been replaced by@BlockArrayBuilder
.@InlineBuilder
has been replaced by@InlineArrayBuilder
.@ItemBuilder
has been replaced by@ItemArrayBuilder
.
New:
- Added
renderCommonMark()
andrenderHTML(options:)
toDocument
,Block
andInline
. - Added documentation for public APIs
- Embedded cmark C library.