Markdown Guide
Mataroa supports Markdown in the blog posts body. Markdown is a very simple formatting language.
Italics
One can use *asterisks* between words for italics.
Bold
One can use **double asterisks* for bold letters.
Image

To display an image (such as the above dot), write:

Links
Write a link like this: [website link](https://sourcehut.org/)
for it to appear like this website link.
Headings
Headings on markdown are defined in a hierarchy of 6 levels. Heading level 1 is the main title, heading level 2 a secondary, under level 1, heading 3 tertiary under level 2, et al.
Each level is defined with the number of hash signs as prefixes. Eg:
# Markdown Guide
or
## Italics
.
Monospace font
For a monospace font `use backticks`; it will appear like this
.
Line breaks
To change lines without changing paragraphs, one can add two spaces at the end of the line, and then continue below. Example:
0:00<space><space>
This is the second line