Overview of Markwon features
masterMarkwon is an Android markdown library that parses markdown following the [commonmark-spec] and renders it as native Android Spannables.
Key characteristics:
- No WebView required: It does not use HTML as an intermediate step, making it extremely fast.
- Native Rendering: Renders directly to Android-native Spannables.
- Wide Compatibility: Works with any widget that accepts
Spannedcontent, includingTextView,Button,Switch,CheckBox, andToasts. - Extensible: Supports features like syntax highlighting, tables, images, and LaTeX formulas via extensions.
- Editor Support: Since version 4.2.0, it includes an editor (
markwon-editor) to highlight markdown input in real-time (e.g., in anEditText).