diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:32:45 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:32:45 +0000 |
commit | 2f7147aa05cbdcb8b1b2470877dffc663cb7a83e (patch) | |
tree | c85a09936d3d044e4a10e341e4cff8c5d83877c3 /README | |
parent | 2c2367d45ca8bd24398543ddf338568aefc40cf1 (diff) | |
download | em-2f7147aa05cbdcb8b1b2470877dffc663cb7a83e.tar.gz |
Add blockquote syntax
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -164,6 +164,17 @@ reference item. --- +=== Blockquotes === + +Blockquotes are, in terms of syntax and behavior, actually another +type of list, started with an initial space, followed by `> `: + + > This is a quoted paragraph. + The paragraph continues on the next line. + > Here begins a new quoted paragraph. + +--- + === Preformatted blocks === _Preformatted blocks start with a single tab:_ |