Nested blockquotes are also possible.
| A simple | table |
| with multiple | lines |
| Header1 | Header2 | Header3 |
|---|---|---|
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
| Foot1 | Foot2 | Foot3 |
Kramdown::Document.new(text).to_html
to convert the text in kramdown
syntax to HTML.`code`.