blob: 28625a64d8a9dfecd214abd818e1e532f1d1c056 (
plain) (
blame)
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
|
# html
## Collapsible element
[Rendered html](src/details.html)
```html
{{#include src/details.html:10: }}
```
> With the `open` attribute `<details open>` the details are unfolded by default.
# Minimal 2 column layout
[Rendered html](src/grid-2col.html)
```html
{{#include src/grid-2col.html }}
```
# Minimal grid area
[Rendered html](src/grid-area.html)
```html
{{#include src/grid-area.html }}
```
# Minimal tabs
[Rendered html](src/tabs.html)
```html
{{#include src/tabs.html }}
```
# Minimal tags filter
## Single active filter tag
[Rendered html](src/tags.html)
```html
{{#include src/tags.html:3: }}
```
## Multiple active filter tags
[Rendered html](src/tags2.html)
```html
{{#include src/tags2.html:3: }}
```
# Floating figures with caption
[Rendered html](src/figure.html)
```html
{{#include src/figure.html }}
```
|