[FREE] - MarkdownText: Convert Markdown text into styled text for Labels, Buttons, or any TextView-based component

MarkdownText

Convert Markdown text into styled text for Labels, Buttons, or any TextView-based component.


:memo: Specifications


:package: Package: com.ahmedislam.markdowntext
:floppy_disk: Size: 5.42 KB
:mobile_phone: Minimum API Level: 14
:date: Updated On: 2026-01-14T22:00:00Z
:laptop: 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 is striked text
This is code 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.
image


Downloads:

AIX: com.ahmedislam.markdowntext.aix (5.4 KB)


Thank You!

3 Likes