mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 18:56:34 +00:00
This brings our handling of them into alignment with CommonMark's. Closes #??.
263 B
263 B
% pandoc -t native
```haskell
let x = y
in y
```
^D
[CodeBlock ("",["haskell"],[]) "let x = y\nin y"]
% pandoc -t native
~~~ {.haskell}
let x = y
in y +
y +
y
~~~
^D
[CodeBlock ("",["haskell"],[]) " let x = y\nin y +\ny +\ny"]