Skip to content

Commit a8ca923

Browse files
authored
Update README.md
1 parent 95b6702 commit a8ca923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,18 @@ by the script. A user may provide the wrong domain, a URL instead of the bare
103103
domain name, an account, or the account domain instead of the web domain, and
104104
Tootpick tries to recover from that and do the right thing.
105105

106+
<details><summary>
106107
## Fragment parameters
108+
</summary>
107109

108110
Although Tootpick currently only uses a single parameter, `text`, it is ready
109111
for accepting more than that.
110112

111-
<details><summary>
112113
The parsing of the URI fragment, that is part after the `#`, is done as
113114
described in the [Media Fragments URI
114115
specification](https://www.w3.org/TR/media-frags/#processing-name-value-components)
115116
which assumes RFC 3986 URI escaping. (Note: Tootpick does not use media
116117
fragments, just the syntax for parameters in URI fragments.)
117-
</summary>
118118

119119
This means that the reserved characters `&` and `=` are used as delimiters.
120120
They must be unescaped when used as delimiters, and must be escaped when used

0 commit comments

Comments
 (0)