From d0e0bf03fa64405aa3318c7c5475079c4306e4da Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 12 Jul 2022 20:18:45 +0300 Subject: test: add a disabled test for ordered lists Sponsored-by: author --- riki.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'riki.md') 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 -- cgit v1.2.1