我正在尝试创建一个脚注,其中包含脚注的块引用。像这样:
This is a footnoted item[^1].
[^1]: > Foot note with a blockquote.
> Another blockquote.
但结果是这样的:
This is a footnoted item1.
1. > Footnote with a blockquote.
Another blockquote.
所以第一段不默认为块引用。是否可以阻止引用第一段?