You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
TextViewSpan to obtain TextView in which markdown is displayed (applied by CorePlugin)
TextLayoutSpan to obtain Layout in which markdown is displayed (applied by TablePlugin, more specifically TableRowSpan to propagate layout in which cell content is displayed)
HtmlEmptyTagReplacement now is configurable by HtmlPlugin, iframe handling (#235)
AsyncDrawable now uses TextView width without padding instead of width of canvas
Support for images inside table cells (ext-tables module)
Update image-coil module (Coil version 0.10.1) (#244) Thanks to @tylerbwong
Rename UrlProcessor to ImageDestinationProcessor (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)
fallbackToRawInputWhenEmptyMarkwon.Builder configuration to fallback to raw input if rendered markdown is empty (#242)