eb3dff148e
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
10 lines
222 B
Markdown
10 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.'
|
|
```
|