First thing to note is that if you choose NOT to use Markdown your cards will look like usual: the text will be centred in the card and will use the biggest font that fits the size of the card.

Simulator Screen Shot - iPhone 11 Pro - 2022-01-28 at 20.41.31.png

This is how a card without Markdown looks like

This is how a card without Markdown looks like

But if you use Markdown, let's say adding a heading and formatting the text as italic, it will look like this:

Simulator Screen Shot - iPhone 11 Pro - 2022-01-28 at 20.50.59.png

Here's a card where the text is formatted with Markdown

Here's a card where the text is formatted with Markdown

By default, the text will be aligned to the left and the font size will be fixed.

The markdown tags supported by Muna at this point are:

Format Syntax
Headings # Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6 |

| Bold | bold text | | Italic | italic | | Bold and italic | bold and italic | | Ordered lists | 1. bullet point | | Unordered lists | - bullet point | | Code | print ("hello world") | | Quote | > simplicity is the ultimate sophistication | | Links | a link | | Image | an image (image url) or an image (image on iPhone) |

For the most common formats you can simply use the keyboard helper that appears when you click the little icon “Aa”.

Untitled

<aside> 👉🏽 The “Body” button removes all markdown formatting from the entire line(s) of the selected text.

</aside>