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
556e3eef4a
pandoc
/
test
/
command
/
4550.md
8 lines
94 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 escaping changes. - `--ascii` is now turned on automatically for man output, for portability. All man output will be escaped to ASCII. - In T.P.Writers.Groff, `escapeChar`, `escapeString`, and `escapeCode` now take a boolean parameter that selects ascii-only output. This is used by the Ms writer for `--ascii`, instead of doing an extra pass after writing the document. - In ms output without `--ascii`, unicode is used whenever possible (e.g. for double quotes). - A few escapes are changed: e.g. `\[rs]` instead of `\\` for backslash, and `\ga]` instead of `` \` `` for backtick.
2018-10-18 19:21:34 +02:00
A
‘
simple
’
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