summaryrefslogtreecommitdiff
path: root/testdata/src/index.md
blob: 757972f0821361050300bb1c2547181b0baeb672 (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
54
55
56
57
58
59
---
title: Index
description: Some Markdown
keywords:
  - foo
  - bar
  - baz
publication_time: 2019-01-01T00:00:00Z
author: John Doe
---
# Index

This is some Markdown.

1. foo
2. bar
3. baz

**bold**, *italic*, `code`, [link](https://example.com), ~~strikethrough~~.

> blockquote
> blah blah blah

## Subheading
### Subsubheading
#### Subsubsubheading
##### Subsubsubsubheading
###### Subsubsubsubsubheading

| foo | bar | baz |
| --- | --- | --- |
| 1   | 2   | 3   |
| 4   | 5   | 6   |
| 7   | 8   | 9   |

```go
package main

import "fmt"

func main() {
    fmt.Println("Hello, world!")
}
```

- foo
- bar
- baz
  + qux

Did you know that `foo` is a thing?[^1]
And that `bar` is a thing?[^2]

[^1]: foo is a thing.
[^2]: bar is a thing.

2^3 = 8

H~2~O