summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-12 20:24:19 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-12 20:24:19 +0300
commit516b79560805e5d260c15edaecd7f5431501134d (patch)
tree2dc452b2b0feb3909c459bdbab4ac2b5bf296458 /riki.md
parentd0e0bf03fa64405aa3318c7c5475079c4306e4da (diff)
downloadriki-516b79560805e5d260c15edaecd7f5431501134d.tar.gz
test: add scenario for task 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 72a4830..4aca1f0 100644
--- a/riki.md
+++ b/riki.md
@@ -313,6 +313,24 @@ then AST of site/page.mdwn matches that of output/page.html
2. second
~~~
+### Task list
+
+_Requirement: Markup of a task list must result in a ul element
+in HTML output._
+
+~~~scenario
+given an installed riki
+given file site/page.mdwn from tasklist
+when I run riki site output
+then AST of site/page.mdwn matches that of output/page.html
+~~~
+
+
+~~~{#tasklist .file}
+* [ ] not done
+* [x] done
+~~~
+
## Input files other than Markdown
_Requirement: Input files that aren't Markdown files must be copied