1-- input -- 2Doubled single quotes like `` and '' turn into Unicode double quotes, 3but single quotes ` and ' do not. 4Misplaced markdown fences ``` do not either. 5-- gofmt -- 6Doubled single quotes like “ and ” turn into Unicode double quotes, 7but single quotes ` and ' do not. 8Misplaced markdown fences ``` do not either. 9-- text -- 10Doubled single quotes like “ and ” turn into Unicode double quotes, but single 11quotes ` and ' do not. Misplaced markdown fences ``` do not either. 12-- html -- 13<p>Doubled single quotes like “ and ” turn into Unicode double quotes, 14but single quotes ` and ' do not. 15Misplaced markdown fences ``` do not either. 16