summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules6
-rw-r--r--riki.md5
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index f2ea247..f931c71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,10 @@
override_dh_auto_clean:
true
+override_dh_auto_test:
+ true
+
override_dh_auto_build:
- echo "$$PATH"
- command -v cargo
- command -v rustc
true
override_dh_auto_install:
diff --git a/riki.md b/riki.md
index 62093ff..6fc0d53 100644
--- a/riki.md
+++ b/riki.md
@@ -247,11 +247,13 @@ then AST of site/page.mdwn matches that of output/page.html
~~~
+<!--
~~~{#table .file}
| foo | bar |
| --- | --- |
| 1 | 2 |
~~~
+-->
### Horizontal rule
@@ -307,11 +309,12 @@ when I run riki build --plain-body site output
then AST of site/page.mdwn matches that of output/page.html
~~~
-
+<!--
~~~{#ol .file}
1. first
2. second
~~~
+-->
### Task list