mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 14:15:40 +00:00
Successive quote characters are separated with a thin space to improve readability and to prevent unwanted ligatures. Detection of these quotes sometimes had failed if the second quote was nested in a span element. Closes: #6958
11 lines
222 B
Markdown
11 lines
222 B
Markdown
Add thin space between single and double quotes.
|
|
```
|
|
% pandoc -t latex+smart
|
|
---
|
|
lang: en-GB
|
|
---
|
|
'["On the Outside"]{}: Constructing Cycling Citizenship.'
|
|
^D
|
|
`\,{``On the Outside''}: Constructing Cycling Citizenship.'
|
|
```
|