π§© MarkWon
An extension for MIT App Inventor 2.Render Markdown in any Label using Markwon with and formatting support.
What it does:
βBring elegant Markdown support to your Kodular app β bold, italic, headers, lists, quotes, links, and more β all rendered beautifully in your Label.β
Features
- Supports headings, bold, italic,
strikethrough,inline code - Multi-level lists and bullet points
- Blockquotes and line breaks
- Clickable links
- Clean rendering inside Label
- Handles TextBox
\nautomatically
Available Blocks
1. RenderMarkdown

RenderMarkdown(label, markdownText)
Render any Markdown directly into a Label.
2. SanitizeAndRenderMarkdown

SanitizeAndRenderMarkdown(label, rawTextFromTextbox)
Automatically replaces \\n and incorrect line breaks from TextBox before rendering.
3. GetRenderedMarkdown

GetRenderedMarkdown(markdownText)
Returns a plain text version of Markdown (no formatting) for display or logging.
Examples
Text in TextBox:
# Welcome to My App\n\n> Powered by Markdown\n\n- Easy\n - Flexible\n - Clean\n\n[Learn more](https://example.com)
Use:
call Markwon1.SanitizeAndRenderMarkdown(Label1, TextBox1.Text)
Blockquote Markdown Example
Blockquote
> This Extension was built with β€οΈ using Markwon Extension.
Renders as:
This Extension was built with
using Markwon Extension.
Supported markdown features:
-
Emphasis (
*,_) -
Strong emphasis (
**,__) -
Strike-through (
~~) -
Headers (
#{1,6}) -
Links (
[]()&&[][]) -
Images
-
Thematic break (
---,***,___) -
Quotes & nested quotes (
>{1,}) -
Ordered & non-ordered lists & nested ones
-
Inline code
-
Code blocks
-
Tables (with limitations)
-
Syntax highlight
-
LaTeX formulas
-
HTML
- Emphasis (
<i>,<em>,<cite>,<dfn>) - Strong emphasis (
<b>,<strong>) - SuperScript (
<sup>) - SubScript (
<sub>) - Underline (
<u>,ins) - Strike-through (
<s>,<strike>,<del>) - Link (
a) - Lists (
ul,ol) - Images (
imgwill require configured image loader) - Blockquote (
blockquote) - Heading (
h1,h2,h3,h4,h5,h6) - there is support to render any HTML tag
- Emphasis (
-
Task lists:
-
Not done
- Done with
X andor smallx
- Done with
Specifications
Package: com.glich.markwon
Size: 258.26 KB
Minimum API Level: 7
Updated On: 2025-07-22T18:00:00Z
Built & documented using: FAST-CLI
Library: Markwon
Download AIX
com.glich.markwon.aix (258.3 KB)