summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-25 15:51:22 +0000
committerLars Wirzenius <liw@liw.fi>2022-07-25 15:51:22 +0000
commitb4fedfa3c05aebb10e183a744f9203583982db2c (patch)
tree3950b107f671d69008d3e1bb82e261c8e5541d91
parentea43e72129693ce0dfd2d2bdc5243c2c992b3791 (diff)
parent2f9a871d42fced252905f1e98d1218bfec912ee0 (diff)
downloadriki-b4fedfa3c05aebb10e183a744f9203583982db2c.tar.gz
Merge branch 'sync' into 'main'
disable testing in Debian packaging See merge request larswirzenius/riki!27
-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