Description
A simple implementation would be to add the following section to the SpecialSymbolBlock template:
... #elseif ($latex.block.getSymbol() == '"') #if ($latexQuoteStarted) ”## #set ($latexQuoteStarted = false) #else “## #set ($latexQuoteStarted = true) #end ...