From 213f3cf06a59cf51d52c571c8149686d4ef8122c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 12 Jul 2022 20:13:21 +0300 Subject: test: add disabled test for tables Sponsored-by: author --- riki.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'riki.md') diff --git a/riki.md b/riki.md index 36662f8..5fe6c47 100644 --- a/riki.md +++ b/riki.md @@ -232,6 +232,27 @@ then AST of site/page.mdwn matches that of output/page.html There is `code` lurking here. ~~~ +### Table + +_Requirement: Markup of a table result in a table element in HTML +output._ + +**Note: This is disabled. Pandoc doesn't seem to handle the HTML table OK.*** + +~~~ +given an installed riki +given file site/page.mdwn from table +when I run riki site output +then AST of site/page.mdwn matches that of output/page.html +~~~ + + +~~~{#table .file} +| foo | bar | +| --- | --- | +| 1 | 2 | +~~~ + ## Input files other than Markdown _Requirement: Input files that aren't Markdown files must be copied -- cgit v1.2.1