r-lib / ymlthis

write YAML for R Markdown, bookdown, blogdown, and more
https://ymlthis.r-lib.org/
Other
164 stars 10 forks source link

rendering on pkgdown site #72

Closed drmowinckels closed 2 years ago

drmowinckels commented 3 years ago

The yaml code chunks on the pkgdown site are rendering all weird.

yml()

[90m---

[39m
[32mauthor
[39m
[90m:
[39m Malcolm Barrett

[32mdate
[39m
[90m:
[39m '`r format(Sys.Date())`'

[90m---

[39m
Polkas commented 2 years ago

this looks to comes from crayon package coloring.

malcolmbarrett commented 2 years ago

fixed, thanks!