From 215fc8e70731df6d2738dd5e4f4859dc128c1330 Mon Sep 17 00:00:00 2001 From: Luiz F. A. de Prá <luizdepra@users.noreply.github.com> Date: Mon, 30 Jan 2023 01:15:26 +0000 Subject: [PATCH] Add footnote styling (#769) --- exampleSite/content/posts/markdown-syntax.md | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/posts/markdown-syntax.md b/exampleSite/content/posts/markdown-syntax.md index a297505..017fd66 100644 --- a/exampleSite/content/posts/markdown-syntax.md +++ b/exampleSite/content/posts/markdown-syntax.md @@ -50,8 +50,6 @@ > Don't communicate by sharing memory, share memory by communicating.<br> > — <cite>Rob Pike[^1]</cite> -[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015. - ## Tables Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the-box. @@ -135,6 +133,10 @@ * Milk * Cheese +#### Foot Notes + +Check it[^2] at the end[^3] of this text[^4]. + ## Other Elements — abbr, sub, sup, kbd, mark <abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format. @@ -146,3 +148,8 @@ Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session. Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures. + +[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015. +[^2]: A footnote. +[^3]: Another one. +[^4]: Cool, right? -- Gitblit v1.10.0