Closed sakkamade closed 3 years ago
Hello. I'm using jekyll and noticed that the quotes following directly after hyphen - render improperly.
-
Examples
"word-" => “word-“ | instead for “word-” 'word-' => ‘word-‘ | instead for ‘word-’ or just "-" => “-“ '-' => ‘-‘
The smart quotes feature is just a very basic implementation which only covers the standard use case of (English) sentences. There are many such corner cases which are not handled well/correctly.
Hello. I'm using jekyll and noticed that the quotes following directly after hyphen
-
render improperly.Examples