You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a very strange rendering issue with single/double quotations and comma.
“hello”, “hola”, 'what',
will be rendered as
“hello,” “hola,” ‘what,’
in the html and PDF. If I append an extra whitespace between " and ,, the order will be respected. Is this a bug in pandoc? I haven't seen this in LaTeX.