diff options
Diffstat (limited to 'tests/roots/test-latex-figure-in-admonition')
-rw-r--r-- | tests/roots/test-latex-figure-in-admonition/conf.py | 1 | ||||
-rw-r--r-- | tests/roots/test-latex-figure-in-admonition/img.png | bin | 0 -> 66247 bytes | |||
-rw-r--r-- | tests/roots/test-latex-figure-in-admonition/index.rst | 9 |
3 files changed, 10 insertions, 0 deletions
diff --git a/tests/roots/test-latex-figure-in-admonition/conf.py b/tests/roots/test-latex-figure-in-admonition/conf.py new file mode 100644 index 0000000..a45d22e --- /dev/null +++ b/tests/roots/test-latex-figure-in-admonition/conf.py @@ -0,0 +1 @@ +exclude_patterns = ['_build'] diff --git a/tests/roots/test-latex-figure-in-admonition/img.png b/tests/roots/test-latex-figure-in-admonition/img.png Binary files differnew file mode 100644 index 0000000..a97e86d --- /dev/null +++ b/tests/roots/test-latex-figure-in-admonition/img.png diff --git a/tests/roots/test-latex-figure-in-admonition/index.rst b/tests/roots/test-latex-figure-in-admonition/index.rst new file mode 100644 index 0000000..e3d39d3 --- /dev/null +++ b/tests/roots/test-latex-figure-in-admonition/index.rst @@ -0,0 +1,9 @@ +Test Figure in Admonition +========================= + +.. caution:: + + This uses a figure in an admonition. + + .. figure:: img.png + |