You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/use.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ There are two steps to using `sphinx-thebe`. First, you must mark certain
6
6
parts of your page as "ready for thebe". Next, you must insert a button onto
7
7
the page to tell Thebe to initialize.
8
8
9
-
:::{admonition,tip} Using reStructuredText vs. MyST Markdown
9
+
:::{admonition} Using reStructuredText vs. MyST Markdown
10
+
:class: tip
10
11
The examples on this page use **MyST Markdown syntax**, a form of markdown that works with Sphinx directives. You can also use reStructuredText if you wish. For information about reStructuredText vs. MyST Markdown, see [the MyST Parser documentation](https://myst-parser.readthedocs.io/en/latest/using/syntax.html) as well as [](examples/rst) for some tips.
0 commit comments