#222 Allow fenced code blocks
Closed: Fixed Opened by codeblock.

Those of us who are used to GitHub use the following markdown syntax all the time:

code
goes
here

but this isn't currently supported here.


Maybe it....kind of... is?

```haskell
main :: IO ()
main = putStrLn "hi?"
```

generates:

main :: IO ()
main = putStrLn "hi?"

I puts the text between ``

Implemented in https://pagure.io/pagure/pull-request/227

And merged :)

Metadata