-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed
Description
I was just experimenting for the first time with this phenomenal filter and noted the following problems:
- the plotly library in R has deprecated the
orca
function for static image export and replaced it withkaleido
. - when using format=HTML the htmlwidget is taking over the whole page, not showing any of the remaining markdown document.
Just for reference: this is the markdown I was experimenting with (macOS 14.5, R 4.4.0):
# Test
This is a test
```{.ggplot2 format=SVG}
ggplotify::as.ggplot(~
plot(1:10,10:1)
)
```
More text
```{.plotly_r format=HTML caption="plotly widget"}
library(plotly)
plot_ly(economics, x = ~pop)
```
blablabla
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed