blob: 401ab73b57d1a8908dcc845003d0a4b4963e4f46 (
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
|
test-directives-raw
===================
HTML
----
standard
^^^^^^^^
.. raw:: html
standalone raw directive (HTML)
with substitution
^^^^^^^^^^^^^^^^^
HTML: abc |HTML_RAW| ghi
.. |HTML_RAW| raw:: html
def
LaTeX
-----
standard
^^^^^^^^
.. raw:: latex
standalone raw directive (LaTeX)
with substitution
^^^^^^^^^^^^^^^^^
LaTeX: abc |LATEX_RAW| ghi
.. |LATEX_RAW| raw:: latex
def
|