pandoc/test/command/6958.md

11 lines
222 B
Markdown
Raw Normal View History

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.'
```