summaryrefslogtreecommitdiffstats
path: root/test/fixtures/INCLUDES.md
blob: 22e3a61d2305200bc2fdf05c22867cc002908aac (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
# Beautiful chapter

Here is a nice included snippet :

```c
{{ included.c }}
```

----

An exercise using includes

```c
{{ included.c }}

Remove this extra code at the end
```

```c
{{ included.c }}
```

```c
{{ included.c }}

This validation code is wrong but who cares ?
```

----