-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch distill.pub JS library to correctly place footnotes tooltip in …
…table fix #411
- Loading branch information
Showing
5 changed files
with
2,637 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: distill | ||
Title: 'R Markdown' Format for Scientific and Technical Writing | ||
Version: 1.3.7 | ||
Version: 1.3.8 | ||
Authors@R: c( | ||
person("JJ", "Allaire", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-0174-9868")), | ||
|
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,22 @@ | ||
--- | ||
title: "Footnotes inside tables" | ||
date: 04-05-2022 | ||
output: distill::distill_article | ||
--- | ||
|
||
Example of using footnotes inside tables. The tooltip should be correctly placed below the hovered text. Like footnotes in paragraph[^1] | ||
|
||
[^1]: like this | ||
|
||
| Genre | Songs | Form Song | | ||
|:----------------:|:-----:|:-----------------------------------:| | ||
| alternative rock | 393 | Muse - Resistance | | ||
| ambient[^2] | 19 | Mauro Picotto - Adiemus | | ||
| blues | 11 | Leonard Cohen - Suzanne | | ||
| classic rock | 710 | Dire Straits - Sultans of Swing[^3] | | ||
|
||
[^2]: Test 2 | ||
|
||
[^3]: Some other content | ||
|
||
> From issue <https://github.com/rstudio/distill/issues/411> |
Oops, something went wrong.