From efedcbd5e2b58bf5abb77e6880be1cf2d8128ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 11 Dec 2020 00:26:49 +0100 Subject: Remove strict arity --- index.html | 77 ++++++++++++++++++++------------------------------------------ 1 file changed, 24 insertions(+), 53 deletions(-) diff --git a/index.html b/index.html index 148050e..b24d8b8 100644 --- a/index.html +++ b/index.html @@ -32,9 +32,8 @@

This section describes the various types of requests supported by - mht. On the left side are the name and arity of each - request, separated by a slash. On the right side is the HTML expansion of each - request. + mht. On the left side is the name of the request. On + the right side is the HTML expansion.

In the HTML expansion of all element requests, a backslash and a dollar sign followed by a number (e.g. \$1) signify a parameter expansion.

@@ -47,7 +46,7 @@ This section describes the various types of requests supported by

-
br/0
+
br
<br/>
@@ -55,7 +54,7 @@ This section describes the various types of requests supported by

-
Qp/0
+
Qp
<blockquote>{<p>%</p>}</blockquote>
@@ -63,15 +62,15 @@ This section describes the various types of requests supported by

-
Pp/0
+
Hh
+
<h\$1>%</h\$1>
+
Pp
<p>%</p>
-
Pr/0
+
Pr
<pre>%</pre>
-
Sh/0
+
Sh
<h3>%</h3>
-
Sh/1
-
<h\$1>%</h\$1>
-
Ti/0
+
Ti
<title>%</title>
@@ -79,58 +78,30 @@ This section describes the various types of requests supported by

-
Au/1
+
Au
<meta name="author" content="\$1"/>
-
Bd/1
-
<b>\$1</b>
-
Bd/2
-
<b>\$1</b>\$2
-
Bd/3
+
Bd
\$3<b>\$1</b>\$2
-
br/0
-
<br/>
-
Cd/1
-
<code>\$1</code>
-
Cd/2
-
<code>\$1</code>\$2
-
Cd/3
+
Cd
\$3<code>\$1</code>\$2
-
Cs/1
+
Cs
<meta http-equiv="Content-Type" content="text/html; charset=\$1"/>
-
Em/1
-
<em>\$1</em>
-
Em/2
-
<em>\$1</em>\$2
-
Em/3
+
Da
+
<meta name="created" content="\$1"/>
+
Em
\$3<em>\$1</em>\$2
-
Hy/2
+
Hy
<a href="\$2">\$1</a>
-
Im/2
+
Im
<img src="\$1" alt="\$2"/>
-
It/1
-
<i>\$1</i>
-
It/2
-
<i>\$1</i>\$2
-
It/3
+
It
\$3<i>\$1</i>\$2
-
St/1
-
<strong>\$1</strong>
-
St/2
-
<strong>\$1</strong>\$2
-
St/3
+
St
\$3<strong>\$1</strong>\$2
-
Tt/1
-
<tt>\$1</tt>
-
Tt/2
-
<tt>\$1</tt>\$2
-
Tt/3
+
Tt
\$3<tt>\$1</tt>\$2
-
Ul/1
-
<u>\$1</u>
-
Ul/2
-
<u>\$1</u>\$2
-
Ul/3
+
Ul
\$3<u>\$1</u>\$2
@@ -145,7 +116,7 @@ This section describes the various types of requests supported by - +
December 2, 2020December 11, 2020 Linux 5.4.72-0-lts
-- cgit v1.2.3