Closed cdepillabout closed 2 years ago
This PR adds some necessary escaping in the haddocks of the fromFileEnv function.
fromFileEnv
Without this PR, the haddocks look like:
With the proper escaping from this PR, the haddocks now look like:
It is a little confusing that things in @...@ in haddocks still require escaping.
@...@
Good catch, thank you.
This PR adds some necessary escaping in the haddocks of the
fromFileEnv
function.Without this PR, the haddocks look like:
With the proper escaping from this PR, the haddocks now look like:
It is a little confusing that things in
@...@
in haddocks still require escaping.