We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dd3dc commit add05d8Copy full SHA for add05d8
tests/fixtures/expected/blocks/directives/admonition.html
@@ -1,5 +1,5 @@
1
-<div class="admonition admonition-default screencast_class">
+<div class="admonition admonition-default some_admonition_class">
2
<p class="admonition-title">
3
- <span>Screencast</span>
4
- </p><p>Do you prefer video tutorials? Check out the the screencasts.</p>
+ <span>Some Admonition</span>
+ </p><p>Do you prefer admonitions? Well then... enjoy this one!</p>
5
</div>
tests/fixtures/source/blocks/directives/admonition.rst
@@ -1,4 +1,4 @@
-.. admonition:: Screencast
- :class: screencast_class
+.. admonition:: Some Admonition
+ :class: some_admonition_class
- Do you prefer video tutorials? Check out the the screencasts.
+ Do you prefer admonitions? Well then... enjoy this one!
0 commit comments