ioslides演示文稿中的预览问题

问题描述

我正在使用ioslides_presentation输出我有一些乳胶代码。在预览中(编织后),我总是在每个乳胶符号之前看到一个返回。如下所示

enter image description here

如果我在浏览器中查看它,那就很好

enter image description here

我的预览有什么问题?如何在浏览器中将其设置为视图? 我附上源代码并编写报告。谢谢!

---
title: "Bla Bla "
subtitle: "sss"
author: "Joey"
date: '`r format(Sys.Date(),format="%B %d,%Y")`'
output:
  ioslides_presentation
---

## 
 If $\alpha\in[\frac{1}{8},1)\backslash \{1/3\}$,then a shrinker of ?? is a shrinking circle.
 If $\alpha=\frac{1}{3}$,then a shrinker is a shrinking ellipsoid. 
 If $\alpha \in (0,\frac{1}{8})$,then a shrinker is a circle 
 or a curve ${\Gamma_{\alpha}^k}$ with $k$-fold symmetry,
  |......................................................................| 100%
   inline R code fragments


/Applications/RStudio.app/Contents/MacOS/pandoc/pandoc +RTS -K512m -RTS test.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output test.html --email-obfuscation none --self-contained --variable transition=0.4 --template /Library/Frameworks/R.framework/Versions/4.0/Resources/library/rmarkdown/rmd/ioslides/default.html --include-in-header /var/folders/yb/7mjccgyj7sg0_04sv3pxnnxc0000gn/T//Rtmpo5qpXF/rmarkdown-str501875693231.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' 
output file: test.knit.md

/Applications/RStudio.app/Contents/MacOS/pandoc/pandoc +RTS -K512m -RTS test.utf8.md --to ioslides_presentation.lua --from markdown+autolink_bare_uris+tex_math_single_backslash --output /var/folders/yb/7mjccgyj7sg0_04sv3pxnnxc0000gn/T//Rtmpo5qpXF/ioslides-output50184d5e6b2f.html --slide-level 2 

Output created: test.html

解决方法

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

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

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