summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/sourcedirs/gettext/index.md
blob: a721944b3b3f67502e768ce563426ece170ba24f (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
# **bold** text 1

**bold** text 2

> **bold** text 3

```{eval-rst}
.. note::

   **bold** text 4
```

* **bold** text 5

1. **bold** text 6

**bold** text 7
: **bold** text 8

| **bold** text 9  |
| ---------------- |
| **bold** text 10 |

<div markdown=1>

**bold** text 11

Extra ```backticks```

</div>

    **additional** text 12

```
**additional** text 13
```

```json
{
    "additional": "text 14"
}
```

<h3>**additional** text 15</h3>

```python
>>> print('doctest block')
doctest block
```

```{raw} html
<iframe src="http://sphinx-doc.org"></iframe>
```

![Fun Fish 1](fun-fish.png)

```{image} fun-fish.png
:alt: Fun Fish 2
```

```{figure} fun-fish.png
:alt: Fun Fish 3
```