mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
cd3fcd5c0e
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]" ] ]
|
|
```
|