summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-12 19:40:50 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-12 19:40:50 +0300
commit299cc1a3c47d8f467d63555975d0f907eec24765 (patch)
treec308a311ebf0da1260618dc6bcb238efb148f011 /riki.md
parent04e156a6ab6d18f46d34632756ca418ec8b945df (diff)
downloadriki-299cc1a3c47d8f467d63555975d0f907eec24765.tar.gz
test: add scenario for quoted block
Sponsored-by: author
Diffstat (limited to 'riki.md')
-rw-r--r--riki.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/riki.md b/riki.md
index baee12d..36662f8 100644
--- a/riki.md
+++ b/riki.md
@@ -66,6 +66,24 @@ There are two paragraphs.
~~~
+### Quoted block
+
+_Requirement: Given a Markdown file with an quoted block of text, the
+output must have a blockquote element.
+
+~~~scenario
+given an installed riki
+given file site/page.mdwn from blockquote
+when I run riki site output
+then AST of site/page.mdwn matches that of output/page.html
+~~~
+
+
+~~~{#blockquote .file}
+> This is a quoted block.
+~~~
+
+
### Indented code block
_Requirement: Given a Markdown file with an indented code block, the