summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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