summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-14 19:07:55 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-14 19:07:55 +0300
commit0348eec445676d9e335fb8cb9a8f8c0fdc02a3c7 (patch)
tree23000086898a50e197a600811a7016cf7b4e9d13 /riki.md
parent27a46a069d84e7b47cc74efb4f275fa1a933dc8e (diff)
downloadriki-0348eec445676d9e335fb8cb9a8f8c0fdc02a3c7.tar.gz
chore: bump dependency on Subplot to current
Also, change a couple of scenario titles to work around a Subplot problem that results in no name in generated Rust functions. Sponsored-by: author
Diffstat (limited to 'riki.md')
-rw-r--r--riki.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/riki.md b/riki.md
index 9938e72..0559259 100644
--- a/riki.md
+++ b/riki.md
@@ -615,7 +615,7 @@ then file output/index.html doesn't contain "<a href="b.jpg"><img src="b.jpg""
-### `meta title`
+### meta title
_Requirement: the `meta title` directive sets page title._
@@ -630,7 +630,7 @@ then file output/index.html contains "<TITLE>Yo</TITLE>"
[[!meta title=Yo]]]
~~~
-### `shortcut`
+### shortcut
_Requirement: the `shortcut` directive created a shortcut that looks
like a directive._
@@ -652,7 +652,7 @@ then file output/a/index.html contains "<A href="https://example.com/foo/123">fo
[[!shortcut name="foo" url="https://example.com/foo/%s" desc="foo!%s"]]
~~~
-### `table`
+### table
_Requirement: the `table` directive creates a simple table._
@@ -678,7 +678,7 @@ goodbye | cruel world
"""]]
~~~
-### `toc`
+### toc
_Requirement: the `toc` directive creates a table of contents._