You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(pkgdown)
rd2html("\\describe{\\item{Label}{ This text is indented in a way pkgdown doesn't like.}}")
#> [1] "<dl class='dl-horizontal'>" #> [2] "<dt>Label</dt><dd><p>c(\"\", \" This text is indented in a way pkgdown doesn't like.\\n\")</p></dd></dl>"
Reprex:
Navigate to the
foo
reference page:Note the item text is rendered as
c("", <text>)
.The text was updated successfully, but these errors were encountered: