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
<p>You can also use raw HTML in your Markdown, and it'll mostly work pretty well.</p>
448
+
<p>You can also use raw HTML in your Markdown<sup><ahref="#user-content-fn-1" id="user-content-fnref-1" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup>, and it'll mostly work pretty well<sup><ahref="#user-content-fn-2" id="user-content-fnref-2" data-footnote-ref="" aria-describedby="footnote-label">2</a></sup>.</p>
<p>Here's an example of footnotes in action. This paragraph contains multiple footnote references<sup><ahref="#user-content-fn-3" id="user-content-fnref-3" data-footnote-ref="" aria-describedby="footnote-label">3</a></sup> to demonstrate how they appear in GitHub-style Markdown<sup><ahref="#user-content-fn-4" id="user-content-fnref-4" data-footnote-ref="" aria-describedby="footnote-label">4</a></sup>.</p>
<p>HTML elements like <code><em></code> and <code><strong></code> are supported natively. <ahref="#user-content-fnref-1" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
1873
+
</li>
1874
+
<liid="user-content-fn-2">
1875
+
<p>Though there are some limitations compared to pure Markdown syntax. <ahref="#user-content-fnref-2" data-footnote-backref="" aria-label="Back to reference 2" class="data-footnote-backref">↩</a></p>
1876
+
</li>
1877
+
<liid="user-content-fn-3">
1878
+
<p>Footnotes are automatically numbered and linked back to their references. <ahref="#user-content-fnref-3" data-footnote-backref="" aria-label="Back to reference 3" class="data-footnote-backref">↩</a></p>
1879
+
</li>
1880
+
<liid="user-content-fn-4">
1881
+
<p>GitHub's Markdown processor generates this exact HTML structure for footnotes. <ahref="#user-content-fnref-4" data-footnote-backref="" aria-label="Back to reference 4" class="data-footnote-backref">↩</a></p>
1882
+
</li>
1883
+
</ol>
1884
+
</section>
1885
+
1864
1886
</article>
1865
1887
<aclass="github-fork-ribbon" href="https://github.com/sindresorhus/github-markdown-css" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ You can use [GitHub's `/markdown` API](https://docs.github.com/en/free-pro-team@
48
48
49
49
There are 3 themes provided in this package:
50
50
51
-
-**github-markdown.css**: (default) Automatically switches between light and dark through [`@media (prefers-color-scheme)`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme).
51
+
-**github-markdown.css**: (default) Automatically switches between light and dark through [`@media (prefers-color-scheme)`](https://developer.mozilla.org/docs/Web/CSS/@media/prefers-color-scheme).
0 commit comments