How to make open (left) curly quote marks work?

Hi @enteleos you can create your quotes easy way with span element and you can customise it as you need.

To create span you need some text (any text) .

  1. select text to activate submenu to create span

Step_1

  1. Add some class name to your span. I have chosed name quotes but it can be anything meaningful to you.

  1. create style to add entity before and after

If you do not know HTML entities codes here is link that you can add to your bookmarks. :wink:

now any time you wrap any text block in span and give it name eg. quotes your text wrapped in span will be wrapped in quotes.

Hope you got an idea how to* and hopefully solved your request :wink: