FAQ: How do I write using Markdown?
## Answer
Please see the "Display Example" below.
---
## Overview
In Pleasanter, you can use Markdown notation in the input columns of the editing screen such as content, description column, and comments, as well as in the site and table guides and Wiki entries.
---
## Display Example
---
This is normal text.
__This is bold text.__
~~This is strikethrough text.~~
|Title1|Title2|Title3|
|:--|--:|:--:|
|Left-justified|Right-justified|Right-justified|
|a|b|c|
# Heading1
## Heading2
### Heading3
#### Heading4
##### Heading5
###### Heading6
- List1
- Nested List1_1
- Nested List1_1_1
- Nested List1_1_2
- Nested List1_2
- List2
- List3
1. Numbered List1
1. Numbered List1_1
1. Numbered List1_2
1. Numbered List2
1. Numbered List3
---
Copy the text from [md] below and paste it into the "[Body](/en/manual/table-management-body)", "[Description](/en/manual/table-management-column-description)" or "[Comment](/en/manual/table-management-comments)" columns.
Description string
---
```
[md]
This is normal text.
__This is bold text.__
~~This is strikethrough text.~~
|Title 1|Title 2|Title 3|
|:--|--:|:--:|
|Left-justified|Right-justified|Right-justified|
|a|b|c|
# Heading1
## Heading2
### Heading3
#### Heading4
##### Heading5
###### Heading6
- List1
- Nested List1_1
- Nested List1_1_1
- Nested List1_1_2
- Nested List1_2
- List2
- List3
1. Numbered List1
1. Numbered List1_1
1. Numbered List1_2
1. Numbered List2
1. Numbered List3
```