mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
Fixes #3630 (#3631). Previously the attributes in link reference definitions did not have a space preceding.
9 lines
118 B
Markdown
9 lines
118 B
Markdown
```
|
|
% pandoc -f markdown -t markdown --reference-links
|
|
{#myId}
|
|
^D
|
|
![foo]
|
|
|
|
[foo]: bar.png {#myId}
|
|
```
|