mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
In e.g. `![foo]` the `!` would be silently dropped if `[foo]` wasn't a reference link label. Closes #9038.
7 lines
63 B
Markdown
7 lines
63 B
Markdown
```
|
|
% pandoc -t native
|
|
![foo]
|
|
^D
|
|
[ Para [ Str "![foo]" ] ]
|
|
```
|