summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
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