---- Markdown.Transmutationist - MAJOR ----
Changed:
- inlineToHtmlWithOptions :
Inline -> { imageLoadingStrategy : LoadingStrategy } -> Html msg
+ inlineToHtmlWithOptions :
{ imageLoadingStrategy : Markdown.Transmutationist.LoadingStrategy }
-> Markdown.Inline.Inline
-> Transmutable.Html.Html msg
- toHtmlWithOptions :
Block -> { imageLoadingStrategy : LoadingStrategy } -> Html msg
+ toHtmlWithOptions :
{ imageLoadingStrategy : Markdown.Transmutationist.LoadingStrategy }
-> Markdown.Block.Block
-> Transmutable.Html.Html msg