From d38acad329bd9913473923815e3cb749ea3315a2 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Mon, 24 Jun 2024 22:27:14 +0100 Subject: [PATCH] Format Markdown using Prettier --- docs/markdown-advanced.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/markdown-advanced.md b/docs/markdown-advanced.md index 911f6690..8b9f0796 100644 --- a/docs/markdown-advanced.md +++ b/docs/markdown-advanced.md @@ -138,6 +138,7 @@ The rendered output looks like this: Here's a simple footnote,[^1] and here's a longer one.[^bignote] [^1]: This is the first footnote. + [^bignote]: Here's one with multiple paragraphs and code. Indent paragraphs to include them in the footnote.