Open mastarija opened 3 years ago
As a workaround, you can put the code into a "bird tracks" block:
> passIf [AgeUnder] (>1>)
The lack of markup support in bird tracks means that you can't hyperlink the passIf
identifier though. See https://haskell-haddock.readthedocs.io/en/latest/markup.html#code-blocks.
I have this documentation code:
Haddoc interprets the
[AgeUnder] (> 18)
as a markdown link and renders it asAgeUnder
that links to> 18
. If I try to escape[]
then it renders with\
like this\[AgeUnder\] (> 18)
.