-
If possible, it would be a huge improvement to have permalink icons appear on hover over any section heading (since they're already set up as a named anchor in code), and when the user clicks on it th…
-
---
By filing an issue to this repo, I promise that
- [x] I have fully read the issue guide at https://yihui.org/issue/.
- [x] I have provided the necessary information about my issue.
…
-
This issue is with the jquery.tocify.js library used by rmarkdown and I have posted it over [there](https://github.com/gfranko/jquery.tocify.js/issues/106) too but I hope you might be able to address …
-
I'm trying to package rmarkdown in Fedora, but it is made a bit more difficult by the several bundled items. I have looked through `inst/NOTICE` which has been helpful but doesn't appear to cover ever…
-
Enabling `toc_float` strips the text format such as *italic*, **blod** or superscript.
```
---
output:
html_document:
toc: yes
toc_float: yes
toc_depth: 3
---
## test *italic…
-
Out of aesthetic reasons I would prefer the same indent in all lines of a level 1 heading entry in the floating toc (see screenshot). This was fixed for higher level headings already ...
![grafik](…
-
The special-thanks section is out of date and features two things that slate does not use anymore (jquery.tocify.js, middleman-gh-pages) and then leaves out a whole bunch of other things slate depends…
-
The javascript dependencies are out of date, and should probably look into upgrading them, especially jQuery as it does include a number of CVE fixes along the way that while I don't think directly af…
-
I get this error:
```
Error in git2r::blame(repo, f) :
Error in 'git2r_blame_file': the path 'index.Rmd' does not exist in the given tree
```
Perhaps this error could be handled a bit more gr…
-
1. Describe the suggested feature.
It would be nice to be able to specify the order in which the `analysis/*.Rmd` files are build with `wflow_build()`. Maybe some sort of a dependency requirement add…