diff options
Diffstat (limited to 'tags/02/71/20170813095735.35kdvr4qy4g6ptec@localhost/inbox')
-rw-r--r-- | tags/02/71/20170813095735.35kdvr4qy4g6ptec@localhost/inbox | 0 |
1 files changed, 0 insertions, 0 deletions
This is a fenced code block:
pairs :: [(Int,Char)]
pairs = [(x,y) | x <- [0..10], y <- ['a'..'z']]
Here is one with tildes:
pairs :: [(Int,Char)]
pairs = [(x,y) | x <- [0..10], y <- ['a'..'z']]
More metadata:
pairs :: [(Int,Char)]
pairs = [(x,y) | x <- [0..10], y <- ['a'..'z']]
More backticks:
pairs :: [(Int,Char)]
pairs = [(x,y) | x <- [0..10], y <- ['a'..'z']]
backticks :: String
backticks = "`````"
Without an end:
code with
no end
'>summaryrefslogtreecommitdiff |
-rw-r--r-- | tags/02/71/20170813095735.35kdvr4qy4g6ptec@localhost/inbox | 0 |