-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7559 from quarto-dev/multiple-p-footnote-margin
Patch Footnotes when in margin to support multiple paragraph
- Loading branch information
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: multiple paragraph in footnotes (#7534) | ||
reference-location: margin | ||
_quarto: | ||
tests: | ||
pdf: null | ||
latex: | ||
ensureFileRegexMatches: | ||
- ['The first paragraph\.[\s\S]+\\endgraf[\s\S]+The second paragraph'] | ||
- [] | ||
--- | ||
|
||
Some text.[^note] Some more text. | ||
|
||
[^note]: The first paragraph. | ||
|
||
The second paragraph. |