summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/sourcedirs/includes/subfolder/include2.inc.md
blob: a6eebcfd08f584a3ed9b715ae53e9a8b3f2eebe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## A Sub-Heading in Nested Include

Some other text with **syntax**

This relative path will refer to the importing file:

```{figure} example1.jpg
Caption
```

This absolute path will refer to the project root (where the `conf.py` is):

```{figure} /subfolder/example2.jpg
Caption
```

![alt](example2.jpg)

![alt](https://example.com)

[text](../index.md)