#222 Allow fenced code blocks
Closed: Fixed None Opened 8 years ago 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 <code></code tags which needs a little css to be displayed properly.

Making this an easyfix, it's just css for now.

Would be nice to include the language in there, but let's do that in a different step

Login to comment on this ticket.

Metadata