-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.txt
56 lines (54 loc) · 2.08 KB
/
test.txt
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
54
55
56
**H1 heading**
**H2 heading**
**H3 heading**
**H4 heading**
**H5 heading**
**H6 heading**
**Bold text** **Marked text** **Strong text** *Champ de Mars, 5 Avenue Anatole France, 75007 Paris, France* *Definition* *Citation* *Emphasized text* *Placeholder image* *Italicized text* *Small text* __Inserted text__ __Underlined text__ ~~Deleted text~~
[https://example.com](https://example.com) [Example](https://example.com)
**Lorem ipsum** dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Span text Abbreviation (Title) `Inline quote` ([Source](https://example.com))
> To be, or not to be, that is the question:
> Whether 'tis nobler in the mind to suffer
> The slings and arrows of outrageous fortune,
> Or to take arms against a sea of troubles
> And by opposing end them.
[Source](http://poetryfoundation.org/poems/56965)
`1 + '1' + true == '11true'`
`CTRL` + `C`
`fatal signal: Segmentation fault`
`A2` + `B2` = `C2`
```
Pre
formatted
content
```
```javascript
const first = 'Hello';
const second = 'world!';
const combined = first + ' ' + second;
```
```javascript
const first = 'Hello';
const second = 'world!';
const combined = first + ' ' + second;
```
1. A
2. B
3. C
• A
• B
• C
```
╔═════════╤═════════╤═════════╗
║ Cell A1 │ Cell A2 │ Cell A3 ║
╟─────────┼─────────┼─────────╢
║ Cell B1 │ Cell B2 │ Cell B3 ║
╟─────────┼─────────┼─────────╢
║ Cell C1 │ Cell C2 │ Cell C3 ║
╚═════════╧═════════╧═════════╝
```
**Term 1**
> Details 1
**Term 2**
> Details 2