Text editor



Input: Output:

Examples

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

''italic''
==redacted==
**bold**
__underlined__
~~crossed out~~

```code```

> List
>> Indented list

[[link="https://www.w3schools.com/tags/tag_audio.asp"]]
[[link="https://www.w3schools.com/tags/tag_audio.asp"|text="link"]]

[[file="floppa.jpg"|text="**img of floppa**"|style="width:200px"]]
[[file="audio.mp3"|style="width: 400px; background-color: yellow"|text="Audio file or smt"]]

{{style="color: blue"|text="styled text"}}

{|
|-
!! Heading 1
!! Heading 2
|-
|| Cell 1
|| Cell 2
|-
|| Cell 3
|| Cell 4
|}