+{id="djot.other" v-full="other djot extensions"}
+### other stuff
+
+- The `@as` attribute can be used on any element with children to
+ change what H·T·M·L element is used.
+ For example, the following is a citation: _My Citation_{as=cite}.
+ Here is a disclosure widget:8--:
+
+ {as=details}
+ ::::::::::::
+ {as=summary}
+ My Summary
+
+ My details for this widget.
+ ::::::::::::
+
+- There are symbols defined for spaces, invisible characters, and a
+ couple of other conveniences.
+ You can view the full list [here][GitWikiWeb/config.yaml].
+ You can also escape any special character using the following
+ syntax:8--: `:U+####:` (where `####`:mathsp:=:mathsp:the
+ codepoint in hexadecimal).
+