summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/sourcedirs/references/index.md
blob: c31bedbfccabba4fd2d7897447cd033001f53896 (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
(title)=

# Title with **nested** $a=1$

[](https://example.com)

[plain text](https://example.com)

[nested *syntax*](https://example.com)

[](title)

[plain text](title)

[nested *syntax*](title)

[](index.md)

[plain text](index.md)

[nested *syntax*](index.md)

[download **link**](file_link.txt)

[](subfolder/file_link2.txt)

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

I am inside the eval-rst fence

Referencing the :ref:`title`

Still inside the codeblock insidecodeblock_
```

I am outside the [fence](insidecodeblock)

## Title *anchors*

```{toctree}
other.md
subfolder/other2.md
```

[](#title-anchors)

[](./#title-anchors)

[](./other.md#title-anchors)

[](other.md#title-anchors)

[](subfolder/other2.md#title-anchors)