yonicd / slickR

slick carousel htmlwidget for R
https://yonicd.github.io/slickR/
Other
158 stars 14 forks source link

How to add line breaks to a caption? #78

Open wrightstarcode opened 2 months ago

wrightstarcode commented 2 months ago

Hello,

I want to include a caption with slickR that spans multiple lines but neither "\
" nor "\n" have worked.

slickR::slickR("this <br> is <br> a <br> test",
                height = 95,
                     width = "95%",
                     slideType = "p")

Just wondering if there are any other ideas on how to do this? Thank you.