summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-12 20:13:21 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-12 20:13:21 +0300
commit213f3cf06a59cf51d52c571c8149686d4ef8122c (patch)
treeccfdb2ae3ae20cd6d0302711aab2b620d1b9ee88 /riki.md
parentddbc25cfa1f560297d3e8737f2ced2d22f630763 (diff)
downloadriki-213f3cf06a59cf51d52c571c8149686d4ef8122c.tar.gz
test: add disabled test for tables
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 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