This is inline code
.
bold, italic, struckthrough
fold :: (a -> b -> b) -> b -> [a] -> b
fold f z [] = z
fold f z (x:xs) = f x (fold f z xs)
- This is a numbered list.
- This is the second item.
- This is the third item.
- This is the first sub-item
- This is an unordered list.
- This is also an unordered list
- With another element
- This too
- With another list item and bold text
A regular paragraph with a this is a link.
Quotable quotes "Quote me!"
Syntax | Description |
---|---|
Header | Title |
Paragraph | Code |
The end.