summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-25 18:29:27 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-25 18:29:27 +0300
commit2f9a871d42fced252905f1e98d1218bfec912ee0 (patch)
tree3950b107f671d69008d3e1bb82e261c8e5541d91
parent986cbd71eb802604015bf75d887f4ad395a59f50 (diff)
downloadriki-2f9a871d42fced252905f1e98d1218bfec912ee0.tar.gz
fix: comment out unused embedded files
Sponsored-by: author
-rw-r--r--riki.md5
1 files changed, 4 insertions, 1 deletions
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