Text file src/go/doc/comment/testdata/quote.txt

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

View as plain text