Formatting Answers with Markdown

You can easily format your journal text with bold and italics, headings, lists, monospace paragraphs, blockquotes and more using Markdown syntax in your answers. Markdown is a simple markup language with plain text syntax that is quick to learn and easy to understand. Just use any Markdown syntax in the table below to format your answers.

Markdown formatting is available in all of our paid plans. Just sign up and upgrade to a Basic or Premium plan!

Markdown syntax... Will be formatted as...
# Heading

Heading

## Sub-heading

Sub-heading

### Sub-heading

Sub-heading

#### Sub-heading

Sub-heading

##### Sub-heading
Sub-heading
###### Sub-heading
Sub-heading
some _italic_ textsome italic text
some **bold** textsome bold text
some ~~strike through~~ textsome strike through text
some `monospace` textsome monospace text
Unordered list:
* bullet point
* bullet point
  - bullet point level 2
    + bullet point level 3
* bullet point
Unordered list:
  • bullet point
  • bullet point
    • bullet point level 2
      • bullet point level 3
  • bullet point
Numbered list:
1. item 1
2. item 2
3. item 3
Numbered list:
  1. item 1
  2. item 2
  3. item 3
```
monospace
text
paragraph
```

monospace
text
paragraph

| Column 1 | Column 2 |
| ------ | ----------- |
| A | B |
| C | D |
| E | F |
Column 1Column 2
AB
CD
EF
> blockquote
>> nested blockquote
>>> nested blockquote
blockquote
nested blockquote
nested blockquote
___
---
***



[DailyDiary](https://www.dailydiary.com) DailyDiary

If you have any other questions about formatting answers, feel free to contact us directly!