```` % pandoc --id-prefix foo ```haskell a b ``` ^D
a
b
```` ```` % pandoc --id-prefix foo ``` {.haskell #bar} a b ``` ^D
a
b
````