作者:手机用户2502905797 | 来源:互联网 | 2023-01-08 10:23
如何告诉R Markdown/knitr尊重蜡笔颜色代码?我有以下R Markdown报告.
---
title: "MWE"
author: "Will Landau"
date: "11/20/2017"
output: html_document
---
```{r color}
message(crayon::make_style("green")("My green message."))
```
当我编织并渲染它时,我看到了输出
## My green message.
但文字颜色不是绿色.
编辑
使用案例:https://github.com/wlandau-lilly/drake/issues/164