summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-12 20:16:20 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-12 20:16:20 +0300
commitc9df578873dace8e9ff83709473f9bff0b93f643 (patch)
tree4813de13e7bd2ac7c7d9d1f31e6eb29a382682e8 /riki.md
parentaca421f7996bed50c7c7b61f26e88727f5d89060 (diff)
downloadriki-c9df578873dace8e9ff83709473f9bff0b93f643.tar.gz
test: add scenario for unordered list
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 73793c0..3b7f995 100644
--- a/riki.md
+++ b/riki.md
@@ -274,6 +274,24 @@ foo
bar
~~~
+### Unordered list
+
+_Requirement: Markup of an unordered list must result in a ul element
+in HTML output._
+
+~~~scenario
+given an installed riki
+given file site/page.mdwn from ul
+when I run riki site output
+then AST of site/page.mdwn matches that of output/page.html
+~~~
+
+
+~~~{#ul .file}
+* first
+* second
+~~~
+
## Input files other than Markdown
_Requirement: Input files that aren't Markdown files must be copied