Skip to content

Commit 6bd357e

Browse files
committed
add page for testing one thing
1 parent f7a5e58 commit 6bd357e

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed
File renamed without changes.

content/testing.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ project:
66
references:
77
guide: https://mystmd.org/guide
88
toc:
9-
- file: content/index.md
9+
- file: content/summary.md
10+
- file: content/testing.md
1011
- file: content/figures.md
1112
- file: content/figures-w-placeholders.md
1213
- file: content/embeds.md

0 commit comments

Comments
 (0)