Hello,

"T.F. Torrey" <tftor...@tftorrey.com> writes:
>
> The smart quote code has gotten a little borked, at least in HTML.
>
> This:
>
> #+BEGIN_EXAMPLE
> He said, "You should believe me, 'cause it's 'true'."
> #+END_EXAMPLE
>
> Exports to this:
>
> #+BEGIN_EXAMPLE
> <p>
> He said, &ldquo;You should believe me, &rsquo;cause it&rsquo;s
> &rsquo;true&rsquo;.&rdquo;
> </p>
> #+END_EXAMPLE
>
> The quote before "true" should be a left single quote, and it used to be,
> like this:
>
> #+BEGIN_EXAMPLE
> <p>
> He said, &ldquo;You should believe me, &rsquo;cause it&rsquo;s
> &lsquo;true&rsquo;.&rdquo;
> </p>
> #+END_EXAMPLE

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to