mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
41 lines
404 B
ReStructuredText
41 lines
404 B
ReStructuredText
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
|