mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 14:15:40 +00:00
31 lines
523 B
Markdown
31 lines
523 B
Markdown
```
|
|
% pandoc -t latex
|
|
"'In this case (A),
|
|
|
|
I get a kern to separate the quotes,' he said."
|
|
|
|
"'Also in this case (B), I get a kern,' he added."
|
|
|
|
"'But in this case (C), there is no kern,'
|
|
|
|
he continued."
|
|
|
|
"He concluded,
|
|
|
|
'Nor in this case (D) is there a kern.'"
|
|
^D
|
|
``\,'In this case (A),
|
|
|
|
I get a kern to separate the quotes,' he said.''
|
|
|
|
``\,`Also in this case (B), I get a kern,' he added.''
|
|
|
|
``\,`But in this case (C), there is no kern,'
|
|
|
|
he continued.''
|
|
|
|
``He concluded,
|
|
|
|
`Nor in this case (D) is there a kern.'\,''
|
|
```
|