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 f7a5e58 commit 6bd357eCopy full SHA for 6bd357e
content/index.md renamed to content/summary.md
content/testing.md
@@ -0,0 +1,14 @@
1
+---
2
+title: Use this page for an isolated test case
3
+short_title: Currently Testing
4
5
+
6
+## A Matplotlib Figure with a Placeholder
7
8
+:::{figure} #out-matplotlib
9
+:label: fig-matplotlib-pl
10
+:placeholder: ./placeholder.jpg
11
+A plotly figure
12
+:::
13
14
+[Check out the AST](/testing.json).
myst.yml
@@ -6,7 +6,8 @@ project:
references:
guide: https://mystmd.org/guide
toc:
- - file: content/index.md
+ - file: content/summary.md
+ - file: content/testing.md
- file: content/figures.md
- file: content/figures-w-placeholders.md
- file: content/embeds.md
0 commit comments