ca8cd38bdc
if they are separated by a blank line. See lierdakil/pandoc-crossref#160 for motivation.
9 lines
162 B
Markdown
9 lines
162 B
Markdown
```
|
|
% pandoc -f markdown -t native
|
|
\listoffigures
|
|
|
|
\listoftables
|
|
^D
|
|
[RawBlock (Format "latex") "\\listoffigures"
|
|
,RawBlock (Format "latex") "\\listoftables"]
|
|
```
|