黑钻石问号-Rmarkdown

问题描述

我有两个rmarkdown生成html报告。

  • 带有R的第一个(rmarkdown版本1.10,pandoc版本2.7.1)运行良好

    enter image description here

  • 第二个(rmarkdown版本2.2,pandoc版本2.7.1)具有黑色菱形,并在带有html字符的位置显示问号。

    enter image description here

我比较了两个文档,似乎唯一的区别是html文档的标题

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<Meta charset="utf-8" />
<Meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<Meta name="generator" content="pandoc" />
  • 在第二个文档中,标题如下
<html>

<head>

<Meta charset="utf-8" />
<Meta name="generator" content="pandoc" />
<Meta http-equiv="X-UA-Compatible" content="IE=EDGE" />

我将同时打开Chrome。有人可以帮忙解释为什么会这样吗?

谢谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)