Markdown Guide
Markdown is a simple syntax for formatting text beautifully. Follow the examples below to create amazing letters in FutureLetter.
Basic Syntax
Learn the basic Markdown syntax. Each example shows both the Markdown code and the actual result.
Headings
Use # symbols to create headings. The number of # determines the heading size.
Markdown Code
# Large Heading
## Medium Heading
### Small HeadingPreview
Large Heading
Medium Heading
Small Heading
Bold and Italic
Wrap text with ** for bold, * for italic.
Markdown Code
**Bold text** and *italic text* can be used.Preview
Bold text and italic text can be used.
Lists
Use - for unordered lists, numbers for ordered lists.
Markdown Code
- Item 1
- Item 2
- Item 3
1. Numbered item 1
2. Numbered item 2
3. Numbered item 3Preview
- Item 1
- Item 2
- Item 3
- Numbered item 1
- Numbered item 2
- Numbered item 3
Links
Add links using [text](URL) format.
Markdown Code
[FutureLetter Homepage](https://future-letter.evoa.one/en)Preview
Code
Use ` for inline code, ``` for code blocks.
Markdown Code
Inline `code` and
```
code block
```Preview
Inline code and
code block
Blockquotes
Use > to create blockquotes.
Markdown Code
> This is a quote.
> It can span multiple lines.Preview
This is a quote.
It can span multiple lines.
Horizontal Rule
Use --- (three hyphens) to create a horizontal rule.
Markdown Code
---Preview
Images
Add images using  format. You can optionally add a "title" as well.
Markdown Code

Or
Preview
![]()
Or
![]()
Advanced Features
πLine Breaks
In Markdown, add a blank line or two spaces at the end of a line to create a line break.
π¨Themes and Styles
FutureLetter offers 12 beautiful themes. Each theme creates a different atmosphere for your letter. Spring, summer, autumn, and winter themes also include seasonal animation effects.
π‘Useful Tips
- β’You can preview your letter in real-time while writing.
- β’Combine multiple Markdown syntaxes to create richer letters.
- β’Using headings helps structure your letter for better readability.
- β’Choosing a theme changes the overall style of your letter.