From 82b538acd74be08c6aa141b8fecac8250c18e8b8 Mon Sep 17 00:00:00 2001 From: Avin Madhu <84233047+avin-madhu@users.noreply.github.com> Date: Sun, 7 May 2023 12:30:10 +0530 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index b89a198..575a0e3 100644 --- a/README.md +++ b/README.md @@ -245,3 +245,23 @@ Emoji: :exclamation: Use emoji icons to enhance text. :+1: Look up emoji codes at [emoji-cheat-sheet.com](http://emoji-cheat-sheet.com/) Markup : Code appears between colons :EMOJICODE: + +Footnotes: + +[^1]: My reference. +[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces. + This is a second line. + + ``` + Markup: + Here is a simple footnote[^1]. + +A footnote can also have multiple lines[^2]. + +[^1]: My reference. +[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces. + This is a second line. + ``` + Here is a simple footnote[^1]. + +A footnote can also have multiple lines[^2].