When converting markdown to markdown+lhs following 2 variants should yield the same output: ~~~md ``` {.literate .haskell} main = putStr "Hello World!" ``` ~~~ ~~~md ```lhs main = putStr "Hello World!" ``` ~~~ should both yield ~~~ > main = putStr "Hello World!" ~~~
When converting markdown to markdown+lhs following 2 variants should yield the same output:
should both yield