mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
RST reader: treat undefined substitution references as plain text.
This mirrors rst2html behavior. Closes #11727.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
```
|
||||
% pandoc -f rst -t markdown
|
||||
[file|URL|PLAYLIST]
|
||||
|
||||
^D
|
||||
2> [WARNING] Reference not found for '"url"' at line 4 column 1
|
||||
\[file\|URL\|PLAYLIST\]
|
||||
```
|
||||
Reference in New Issue
Block a user