Hi, I'm starting to use outshine when writing haskell, and there is this minor annoyance: the classic format for exportable documentation (like docstrings) in haskell is a comment line followed by a vertical pipe, like in:
-- | This is a comment to export
So, when I switch to the org view, that vertical pipe is interpreted as the beginning of a table. Is there a way to avoid this behaviour?