From 018ee909081e415cfa1db87b6ba1ae1275aa7a12 Mon Sep 17 00:00:00 2001 From: Thibaut Lienart Date: Tue, 6 Sep 2022 08:29:11 +0200 Subject: [PATCH] adding a note about footnotes --- docs/syntax/markdown.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/syntax/markdown.md b/docs/syntax/markdown.md index b93a3b300..11cf6ec89 100644 --- a/docs/syntax/markdown.md +++ b/docs/syntax/markdown.md @@ -74,6 +74,8 @@ This has a footnote[^1] [^1]: footnote definition ``` +**Note**: footnotes are expected to be on a single line, this is due to a limitation of the parser. + For images, just add an exclamation mark `!`: ```markdown @@ -475,4 +477,4 @@ The standard way of creating tables in Markdown, namely using: | LaTeX | KaTeX | MikTeX | ``` -can also be used. It is also possible to use HTML to create a table with the HTML fenced between `~~~`. +can also be used. It is also possible to use HTML to create a table with the HTML fenced between `~~~`.