forked from iainc/iA-Writer-Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Markup.txt
35 lines (25 loc) · 808 Bytes
/
Markup.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
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
![Image](Info.png)
Paragraph with **strong**, *emphasis*, ~~strikethrough~~, `code`, a footnote[^Footnote content.], and a [link](https://ia.net/writer).
- List item with [table reference][table-identifier]
- [ ] Task list item
---
1. Ordered list item
1. [x] Ordered task list item
> Block quote
```swift
print("Hello World!")
```
| | Grouping ||
| First Column | Second Column | Third Column |
| ------------ | :-----------: | -----------: |
| Cell | *Long Cell* ||
| Cell | **Cell** | Cell |
[Table Caption][table-identifier]
Citation from a book.[p. 42][#book]
[#book]: John Doe. *A Totally Fake Book*. Vanity Press, 2006.