mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
13 lines
464 B
Markdown
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
|
|
{#fig:bsdd-graphql-voyager-orig-detail}
|
|
|
|
```
|