We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3c414 commit 06eabb4Copy full SHA for 06eabb4
inst/examples/rmd/MathJax/index.Rmd
@@ -13,7 +13,7 @@ You _could_ print this **plotly** graph with SVG-based rendering, but it would b
13
library(plotly)
14
15
p <- plotly_empty() %>%
16
- add_trace(x = 1, y = 1, text = "$\\alpha$", mode = "text", size = I(1000)) %>%
+ add_trace(x = 1, y = 1, text = TeX("\\alpha"), mode = "text", size = I(1000)) %>%
17
config(mathjax = "cdn")
18
```
19
0 commit comments