aboutsummaryrefslogtreecommitdiff
path: root/test/command/8689.md
blob: 22bd8d8ec564896554afd1d12ff10a09915ed5ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Org figures should be rendered implicit figures

```
% pandoc -f org -t markdown+implicit_figures
#+label: fig:bsdd-graphql-voyager-orig-detail
#+caption: Original bSDD GraphQL Schema: Detail of Classification and ClassificationProperty
[[./Classification-ClassificationProperty.png]]
^D
![Original bSDD GraphQL Schema: Detail of Classification and
ClassificationProperty](./Classification-ClassificationProperty.png){#fig:bsdd-graphql-voyager-orig-detail}

```