-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathtest_substitutions.html
More file actions
97 lines (97 loc) · 1.56 KB
/
test_substitutions.html
File metadata and controls
97 lines (97 loc) · 1.56 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<p>
output with
<em>
Markdown
</em>
nested substitution
</p>
<p>
prefix
</p>
<div class="admonition note">
<p class="admonition-title">
Note
</p>
<p>
A note nested substitution
</p>
</div>
<p>
a - text b
</p>
<p>
c output with
<em>
Markdown
</em>
nested substitution
d
</p>
<p>
e
<div class="admonition note">
<p class="admonition-title">
Note
</p>
<p>
Inline note
</p>
</div>
f
</p>
<p>
This was from the conf
</p>
<p>
Overridden by front matter
</p>
<p>
This will process the substitution
</p>
<pre class="literal-block">output with <em>Markdown</em> nested substitution
</pre>
<p>
This will not process the substitution
</p>
<div class="highlight-python notranslate">
<div class="highlight">
<pre><span></span><span class="p">{{</span> <span class="n">text_with_nest</span> <span class="p">}}</span>
</pre>
</div>
</div>
<p>
Test substitutions are processed within eval-rst
</p>
<p>
a - text b
</p>
<p>
Using env and filters:
</p>
<p>
INDEX
</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1">
<a class="reference internal" href="other.html">
Other
</a>
</li>
</ul>
</div>
<p>
Jan 01, 2020
</p>
<p>
item1
</p>
<p>
value1
</p>
</div>
</div>
</div>