downlit
downlit copied to clipboard
Syntax Highlighting and Automatic Linking
https://cderv.github.io/pandoc/ / https://cderv.github.io/pandoc/reference/with_pandoc_version.html
At least I didn't expect the YAML chunk below to be modified? ```` r just_yaml [1] "" #> [2] "layout: single" #> [3] "" ```` Created on 2021-01-04 by the...
Should also manage wrappers, perhaps through call backs?
I.e. from `usethis::use_git()` produce ``` [`usethis::use_git()`](https://usethis.r-lib.org/reference/use_git.html "Initialise a git repository") ``` (Hugo recognizes it :-) ) or the equivalent html `use_git`, depending on context. The title would be the Rd...
I'm trying to add documentation to `arrow` that links to all of the functions in other R packages that are supported in arrow queries: https://github.com/apache/arrow/pull/14014 I generate roxygen2 markdown with...
When using `{packagename}`, downlit tries to autolink the package using several heuristics. This sometimes fails if either the heuristics are not capable of discovering the package or (much more likely)...
Would it be a way to keep a track of identified autolinks, for example by saving a tibble indicating the list of links (name, link, type ie function package or...
Close #149, close #156 (and v2 of #155). `downlit_html()` now keeps all `pre` classes, which allows for customization of code blocks in `pkgdown` using chunk options `class.source` and `attr.source`. Current...