summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-12 20:18:45 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-12 20:19:23 +0300
commitd0e0bf03fa64405aa3318c7c5475079c4306e4da (patch)
tree5d70ff26b6066ad878cb075b5f71493ac87e853c /riki.md
parentc9df578873dace8e9ff83709473f9bff0b93f643 (diff)
downloadriki-d0e0bf03fa64405aa3318c7c5475079c4306e4da.tar.gz
test: add a disabled test for ordered lists
Sponsored-by: author
Diffstat (limited to 'riki.md')
-rw-r--r--riki.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/riki.md b/riki.md
index 3b7f995..72a4830 100644
--- a/riki.md
+++ b/riki.md
@@ -292,6 +292,27 @@ then AST of site/page.mdwn matches that of output/page.html
* second
~~~
+### Ordered list
+
+_Requirement: Markup of an ordered list must result in an ol element
+in HTML output._
+
+**Note: This is disabled. Pandoc doesn't seem to parse the HTML list
+the same as the Markdown.***
+
+~~~
+given an installed riki
+given file site/page.mdwn from ol
+when I run riki site output
+then AST of site/page.mdwn matches that of output/page.html
+~~~
+
+
+~~~{#ol .file}
+1. first
+2. second
+~~~
+
## Input files other than Markdown
_Requirement: Input files that aren't Markdown files must be copied