Skip to content

Commit ae39c6f

Browse files
committed
feat: add embedding of external figure
1 parent d3bb2f0 commit ae39c6f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Plots
22

3-
There are many plots, such as [](#fig-plotly-output) and [](#fig-bokeh-output). See them below!
3+
MyST supports embedding plots from other pages and site! Here are some such plots, such as [](#fig-plotly-output) and [](#fig-bokeh-output). See them below!
44

5-
:::{embed} #fig-plotly
6-
:remove-input: true
5+
## A Plotly Figure
76

8-
A plotly figure.
7+
:::{embed} #fig-plotly-output
98
:::
109

10+
## A Bokeh Figure
11+
1112
![](#fig-bokeh)
13+
14+
## An External Figure!
15+
16+
![](xref:guide#img:altair-horsepower-output)

0 commit comments

Comments
 (0)