summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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