brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
605 stars 227 forks source link

Fix haddock escaping for `fromFileEnv` function #817

Closed cdepillabout closed 2 years ago

cdepillabout commented 2 years ago

This PR adds some necessary escaping in the haddocks of the fromFileEnv function.

Without this PR, the haddocks look like:

image

With the proper escaping from this PR, the haddocks now look like:

image

It is a little confusing that things in @...@ in haddocks still require escaping.

endgame commented 2 years ago

Good catch, thank you.