From f477b848ff9e8f340050f4f590ff472ee81b9b97 Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 23 Apr 2022 16:10:35 +0900 Subject: [PATCH] moved footnotes to the bottom of the file --- markdown/posts/test post.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/markdown/posts/test post.md b/markdown/posts/test post.md index 1123d02..3ec7f2b 100644 --- a/markdown/posts/test post.md +++ b/markdown/posts/test post.md @@ -119,9 +119,6 @@ $$ \ce{6 CO2 + 6 H2O <=>[{photosynthesis}][{respiration}] C6H12O6 + 6 O2} $$ -[^css_bad]: Based on my experience building this website, Dec 2021. -[^python_is_overrated]: Based on my infinite wisdom, Dec 2021. - ## headers Headers have different size and indentation depending on their level. @@ -144,3 +141,8 @@ Lorem ipsum blah blah. ###### h6 Lorem ipsum blah blah. + + + +[^css_bad]: Based on my experience building this website, Dec 2021. +[^python_is_overrated]: Based on my infinite wisdom, Dec 2021.