Skip to content

Commit a065f85

Browse files
authored
docs: use superscript for footnotes mark
1 parent c6773fd commit a065f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/going-buildless/serving.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ Links with fully qualified URLs can link a page on your server, to pages on anot
9696
<a href="https://google.com/">if you click me I will open google</a>
9797
```
9898

99-
Because the URL is fully-qualified, adding that `<a>` tag to any page anywhere on the web will have the same behavior[^1], namely opening google's home page.
99+
Because the URL is fully-qualified, adding that `<a>` tag to any page anywhere on the web will have the same behavior<sup>[^1]</sup>, namely opening google's home page.
100100

101-
[^1]: Assuming that the page doesn't use JavaScript or other techniques to surreptitiously change the destination of the link
101+
<sup>[^1]</sup>: Assuming that the page doesn't use JavaScript or other techniques to surreptitiously change the destination of the link
102102

103103
### Absolute URLs
104104

0 commit comments

Comments
 (0)