Mitchell O'Hara-Wild

Results 168 comments of Mitchell O'Hara-Wild

Chiming in as I also wanted to use highlighting and looked into it a bit. Transparent colours can be specified using an RGBA colour formatted as `rgba(r,g,b,a)`. So for example,...

A vignette would be a good start for this. More sophisticated methods can be added in later versions.

Added `icon_save()` for saving icons locally within a project. A vignette would be useful, but the examples are sufficient for now.

Another option could be setting `icon_self_contained("icon_dir")`, which adds icons to this directory from the installation path if they don't already exist there. This way the set of required icons does...

Thanks for the nudge - answered.

You can install the 'icon' package v0.1.0 with `remotes::install_github("mitchelloharawild/[email protected]")`. This should allow your old work to continue to run. Some substantial breaking changes weren't avoidable (such as changing the package...

Thanks for the suggestion! It should be possible to add something like this, but it will take some time. If you'd like to try adding this, I'd be happy to...

Thanks Garth. 1. I've added epub support, however I don't know how to appropriately scale the image size as `![](){height=1em}` seems to be ignored. If you have any suggestions for...

Thanks Yihui. What I intended to ask was if `knit_print()` output (or generally, non-text output) can be suppressed from pandoc's auto identifiers. Reading into pandoc's auto ids I suspect this...

After some further investigation, it seems that using `htmltools::htmlPreserve()` in markdown titles preserves the code into the auto ids. Removing this produces ids which ignore the icon code.