mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Markdown writer: escape literal & that would trigger entity.
Closes #11490.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
```
|
||||
% pandoc -t markdown
|
||||
<&lt;
|
||||
^D
|
||||
\<\<
|
||||
```
|
||||
|
||||
```
|
||||
% pandoc -t markdown
|
||||
&#xa0;
|
||||
^D
|
||||
\ 
|
||||
```
|
||||
Reference in New Issue
Block a user