blob: 799663af8025c9c9872ceb26848a89f204d0f11e [file] [edit]
-- input --
Doubled single quotes like `` and '' turn into Unicode double quotes,
but single quotes ` and ' do not.
-- gofmt --
Doubled single quotes like “ and ” turn into Unicode double quotes,
but single quotes ` and ' do not.
-- text --
Doubled single quotes like “ and ” turn into Unicode double quotes, but single
quotes ` and ' do not.
-- html --
<p>Doubled single quotes like “ and ” turn into Unicode double quotes,
but single quotes ` and &apos; do not.