crowbook icon indicating copy to clipboard operation
crowbook copied to clipboard

Smart quotes break for bold and italic text

Open Ellpeck opened this issue 4 years ago • 0 comments

As an example, this markdown

---
author: Test Person
title: Test Book
lang: en

output: [pdf]
---

"This is some text in quotes" followed by "some more text in quotes"

"*This is some text in quotes*" followed by "*some more text in quotes*"

"This is some text in quotes" *followed by* "some more text in quotes"

generates this output, where it is clearly visible that the quotes are incorrect if the text contained in them is italics. image

It's not shown in this example, but the same happens for bold text.

Ellpeck avatar Mar 25 '21 15:03 Ellpeck