mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
This revises the solution to #9214 in commit 2e8ecb3 in order to
handle a standard Word way of inserting emojis.
Closes #11113.
8 lines
96 B
Markdown
8 lines
96 B
Markdown
```
|
|
% pandoc command/11113.docx -t plain
|
|
^D
|
|
Colored:❤️😏📖👌😒🤍
|
|
|
|
BW: 😊︎
|
|
```
|