You can mark code in Markdown with either indentation (how I was doing it) or three-backticks (how you've switched to). However, you've left the indentation in, so now it is Haskell style but also indented by 4 spaces. Can you remove the 4 space indentation where you've switched to backticks? I'm happy to leave the non-Haskell code either with indentation or three-backticks - either is fine.
Thanks for the patch, seems like a good idea.
You can mark code in Markdown with either indentation (how I was doing it) or three-backticks (how you've switched to). However, you've left the indentation in, so now it is Haskell style but also indented by 4 spaces. Can you remove the 4 space indentation where you've switched to backticks? I'm happy to leave the non-Haskell code either with indentation or three-backticks - either is fine.