From 299cc1a3c47d8f467d63555975d0f907eec24765 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 12 Jul 2022 19:40:50 +0300 Subject: test: add scenario for quoted block Sponsored-by: author --- riki.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'riki.md') 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 -- cgit v1.2.1