You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Gets interpreted as containing an anchor # LANGUAGE DeriveGeneric #, {-<a id=" LANGUAGE DeriveGeneric "></a>-}, so people will just see this in the rendered doc:
{--}
The current workaround is to escape the #:
-- @
-- {-\# LANGUAGE DeriveGeneric \#-}
-- @
The problem is that it is very easy to miss.
It would be nice to detect this situation automatically and not parse these as anchors, so we wouldn't have to escape them. Some possible criteria:
Don't recognize anchors #...# containing/starting with/ending with spaces
Don't recognize anchors #...# surrounded by {-, -}
Don't recognize anchors in the middle of code blocks