aboutsummaryrefslogtreecommitdiff
path: root/posts/markdown-examples.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-06-07 10:27:38 -0400
committerBradley Taunt <bt@btxx.org>2024-06-07 10:27:38 -0400
commit8a3e4e5207f59d42bfd6075e3792267266c86e71 (patch)
treef54d760781244072ff66564b011fef18dbf4a3de /posts/markdown-examples.md
parent8c47200dd81639b7cb1a3a165f4bb2eec2517970 (diff)
Homepage changes, README updates, swap to lowdown, cleanup
Diffstat (limited to 'posts/markdown-examples.md')
-rw-r--r--posts/markdown-examples.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/posts/markdown-examples.md b/posts/markdown-examples.md
index dc3d2dc..1c2d564 100644
--- a/posts/markdown-examples.md
+++ b/posts/markdown-examples.md
@@ -216,6 +216,11 @@ the table body.
| :------- | :------: | -------: |
| Left | Center | Right |
+Footnotes
+---------
+
+Here is an example of using Markdown footnotes[^1]. And incase you were looking for more examples, here is another one[^2].
+
Other interesting stuff
-----------------------
@@ -252,3 +257,6 @@ passed through to the resulting document without modification. This is a good
way to work around features that are missing in smu. If you don't want this
behaviour, use the `-n` flag when executing smu to stricly escape the HTML
tags.
+
+[^1]: This is the first footnote
+[^2]: Just like I promised - another footnote example