From c923c50f44784ef66646279857d9307308a2731d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Fri, 8 May 2026 15:03:17 +0800 Subject: [PATCH] Update footnote references in MANUAL.txt Avoid user possibly thinking they are responsible for numbering footnotes. --- MANUAL.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index fbe4bb7c4818..729dc91cf497 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -5888,9 +5888,9 @@ followed immediately by attributes: Pandoc's Markdown allows footnotes, using the following syntax: - Here is a footnote reference,[^1] and another.[^longnote] + Here is a footnote reference,[^goo] and another.[^longnote] - [^1]: Here is the footnote. + [^goo]: Here is the footnote. [^longnote]: Here's one with multiple blocks.