MarkdownText
Convert Markdown text into styled text for Labels, Buttons, or any TextView-based component.
Specifications
Package: com.ahmedislam.markdowntext
Size: 5.42 KB
Minimum API Level: 14
Updated On: 2026-01-14T22:00:00Z
Built & documented using: FAST v5.4.0
What is this for?
This is for making the TextView components into a Markdown Text, For example this is Bold text.
Example Markdowns:
# This is a Heading 1
## This is a Heading 2
### This is a Heading 3
#### This is a Heading 4
##### This is a Heading 5
###### This is a Heading 6
This is **bold text**
This is *italic text*
This is __underlined text__
This is ~~striked text~~
This is `code text`
This is a [link]()
to
This is a Heading 1
This is a Heading 2
This is a Heading 3
This is a Heading 4
This is a Heading 5
This is a Heading 6
This is bold text
This is italic text
This is underlined text
This isstriked text
This iscode text⇇ The Code text is NOT Currently Used in the App (Your App).
This is a link
Blocks:
ApplyMarkdown
Description: Apply Markdown text directly to a Label or Button.
MarkdownToHtml
Description: Convert Markdown text to styled HTML text
IMPORTANT TO MarkdownToHtml BLOCK:
You must set the TextView Component For HTMLFormat to be true.

Downloads:
AIX: com.ahmedislam.markdowntext.aix (5.4 KB)
Thank You!


