You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide.tcg
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -452,6 +452,22 @@ The result looks like this:
452
452
int i = 42;
453
453
```
454
454
455
+
## Footnotes {#sec:footnotes}
456
+
457
+
```md
458
+
You can use a footnote[^footnote-example] to provide additional details about something
459
+
out of the way, at the bottom of the page.
460
+
461
+
[^footnote-example]: See @sec:footnotes for more information about footnotes.
462
+
```
463
+
464
+
You can use a footnote[^footnote-example] to provide additional details about something
465
+
out of the way, at the bottom of the page. The footnotes will be automatically numbered.[^footnote-numbering]
466
+
467
+
[^footnote-example]: See @sec:footnotes for more information about footnotes.
468
+
469
+
[^footnote-numbering]: Like this.
470
+
455
471
## Cross-References {#sec:cross-references}
456
472
457
473
In general, sections, tables, figures, and equations can be referenced using the `@` symbol. These cross-references do not show up in the GitHub markdown, but will appear in the final document.
@@ -1092,9 +1108,10 @@ documents in Markdown:
1092
1108
2. Release another release candidate marked rc.2, rc.3, etc.
1093
1109
6. When the document is approved for public review, send out the release candidate that got
1094
1110
approved.
1095
-
7. When it comes time for final publication, release just 1.23.5. This will trigger a render
1096
-
of a "Final" styled document. Note that according to the rules of semver, 1.23.5 is higher
1097
-
than 1.23.5-rc.1.
1111
+
7. When it comes time for final publication, release just 1.23.5.[^semver-ordering] This will trigger a render
1112
+
of a "Final" styled document.
1113
+
1114
+
[^semver-ordering]: Note that according to the rules of semver, 1.23.5 is higher than 1.23.5-rc.1.
0 commit comments