TextViewSpan
to obtainTextView
in which markdown is displayed (applied byCorePlugin
)TextLayoutSpan
to obtainLayout
in which markdown is displayed (applied byTablePlugin
, more specificallyTableRowSpan
to propagate layout in which cell content is displayed)HtmlEmptyTagReplacement
now is configurable byHtmlPlugin
,iframe
handling (#235)AsyncDrawable
now usesTextView
width without padding instead of width of canvas- Support for images inside table cells (
ext-tables
module) - Expose
enabledBlockTypes
inCorePlugin
- Update
jlatexmath-android
dependency (#225) - Update
image-coil
module (Coil version0.10.1
) (#244)
Thanks to @tylerbwong - Rename
UrlProcessor
toImageDestinationProcessor
(io.noties.markwon.urlprocessor
->io.noties.markwon.image.destination
) and limit its usage to process only destination URL of images (was used to also process links before) fallbackToRawInputWhenEmpty
Markwon.Builder
configuration to fallback to raw input if rendered markdown is empty (#242)