r-lib / downlit

Syntax Highlighting and Automatic Linking
https://downlit.r-lib.org
Other
90 stars 22 forks source link

Handle all htmltools html types #110

Closed hadley closed 3 years ago

hadley commented 3 years ago

@dmurdoch does this make sense? I've slightly generalised the idea to handle any type of html produced by htmltools

dmurdoch commented 3 years ago

I've checked the new code with rgl, and it works fine. I haven't tried any other htmlwidgets yet.

I marked a couple of typos in NEWS.md and test-evaluate.R .