Files
2023-03-26 11:09:58 -07:00

13 lines
464 B
Markdown

# 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}
```