aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/tests/test.md
blob: fc6bc78b9f1e4ccf8b4336751e7a4d1dc2b13637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

# Header

## Header 2

## Header 3

*Italic*

**Bold**
***Bold and Italic***
***a***

_Italic_
__Bold__
___Bold and Italic___
___a___
[link](link)

Some [link](link) within a text block.

Some [text](link) within a text block with another [Link](Link) in it.

Horizontal Rules
---
***
___
* * *
_ _  _
*  *    *

some `in-line code block` test in `a line`.

some 
```
multi-line
code block
```
outside block

quote

> > I like cheese > whine.
> Is what he said

* Bullet List
 * Indented bullet list
  * indented 2 bullet list

- or this bullet

1. or this numbered list
2. second item
bgstack15