This website requires JavaScript.
Explore
Help
Sign in
Tissevert
/
pandoc
Watch
1
Star
0
Fork
You've already forked pandoc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
b306f2e1fd
pandoc
/
test
/
command
/
4550.md
8 lines
98 B
Markdown
Raw
Normal View
History
Unescape
Escape
Man writer: Don't escape U+2019 as '. Closes #4550.
2018-04-14 19:38:21 +02:00
```
% pandoc -f markdown-smart -t ms
A
‘
simple
’
example
^D
.LP
Groff writer character escaping changes. T.P.GroffChar: replaced `essentialEscapes` with `manEscapes`, which includes all the escapes mentioned in the groff_man manual. T.P.Writers.Groff: removed escapeCode; changed parameter on escapeString from Bool to new type `EscapeMode`. Rewrote `escapeString`.
2018-10-24 06:38:21 +02:00
A \[oq]simple\[cq] example
Man writer: Don't escape U+2019 as '. Closes #4550.
2018-04-14 19:38:21 +02:00
```
Reference in a new issue
Copy permalink