【问题标题】:Markdown code for subscripts and superscripts下标和上标的 Markdown 代码 【发布时间】:2019-12-23 12:19:27 【问题描述】: 我想在 R Markdown 中显示 b3*,其中 3 是下标,* 是同一垂直级别的上标? 我的代码: b*~3~ 【问题讨论】: stackoverflow.com/questions/15757695/…的可能重复 Producing subscripts in R markdown的可能重复 标签: r 【解决方案1】: 这应该可行: $b^*_3$ 编织成pdf后的结果: 【讨论】: