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
bbd94eae2b
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 10:38:21 -07:00
```
% pandoc -f markdown-smart -t ms
A
‘
simple
’
example
^D
.LP
Move common groff functions to Text.Pandoc.Writers.Groff (unexported module). These are used in both the man and ms writers. Moved groffEscape out of Text.Pandoc.Writers.Shared [cancels earlier API change from adding it, which was after last release]. This fixes strong/code combination on man (should be `\f[CB]` not `\f[BC]`), mentioned in #4973. Updated tests. Closes #4975.
2018-10-17 17:23:14 -07:00
A \[oq]simple\[cq] example
Man writer: Don't escape U+2019 as '. Closes #4550.
2018-04-14 10:38:21 -07:00
```
Reference in a new issue
Copy permalink