summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/sourcedirs/basic/content.md
blob: ab7b6e2f56c48b68c5220bd15b93d19c93f82509 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
author: Chris Sewell
authors: Chris Sewell, Chris Hodgraf
organization: EPFL
address: |
    1 Cedar Park Close
    Thundersley
    Essex
contact: <https://example.com>
version: 1.0
revision: 1.1
status: good
date: 2/12/1985
copyright: MIT
dedication: |
    To my *homies*
abstract:
    Something something **dark** side
other: Something else
other_dict:
  key: value
---

(target)=

# Header

% comment

````{note}
abcd *abc* [google](https://www.google.com)

  ```{warning}
  xyz
  ```

````

```{admonition} Title with [link](target2)
Content
```

(target2)=

```{figure} example.jpg
---
height: 40px
target: https://www.google.com
---
Caption
```

![*alternative text*](example.jpg)

<https://www.google.com>

**{code}`` a=1{`} ``**

{math}`sdfds`

**$a=1$**

$$b=2$$

$$c=2$$ (eq:label)

{eq}`eq:label`

`` a=1{`} ``

| a   | b |
|-----|--:|
| *a* | 2 |
| [link-a](https://google.com) | [link-b](https://python.org) |

this
is
a
paragraph
% a comment 2

this is a second paragraph

- a list
  - a sub list
% a comment 3
- new list?

{ref}`target`  {ref}`target2`

+++ a block break

[name][key]

[key]: https://www.google.com "a title"

```
def func(a, b=1):
    print(a)
```

Special substitution references:

{sub-ref}`wordcount-words` words | {sub-ref}`wordcount-minutes` min read