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
<dd>This is the definition of the first term.</dd>
151
+
<dt>Second Term</dt>
152
+
<dd>This is one definition of the second term.</dd>
153
+
<dd>This is another definition of the second term.</dd>
154
+
</dl>
155
+
156
+
<h3 id="footnotes">Footnotes</h3>
157
+
158
+
<p>Here is a simple footnote,<sup id="fnref:1"><a href="#fn:1" rel="nofollow">1</a></sup> and here is a longer one.<sup id="fnref:bignote"><a href="#fn:bignote" rel="nofollow">2</a></sup></p>
159
+
<div>
160
+
161
+
<hr/>
162
+
163
+
<ol>
164
+
<li id="fn:1">This is the first footnote.
165
+
</li>
166
+
167
+
<li id="fn:bignote"><p>Here is one with multiple paragraphs and code.</p>
168
+
169
+
<p>Indent paragraphs to include them in the footnote.</p>
170
+
171
+
<p><code>{ my code }</code></p>
172
+
173
+
<p>Add as many paragraphs as you like.</p>
174
+
</li>
175
+
</ol>
176
+
</div>
141
177
`,
142
178
}
143
179
}
@@ -172,7 +208,35 @@ Here are some links to the most important topics. You can find the full list of
172
208
1. [Package your libGDX application](https://github.com/libgdx/libgdx/wiki/Gradle-on-the-Commandline#packaging-for-the-desktop)
0 commit comments