gpt4 book ai didi

css - 在 rmd/rmarkdown 中格式化 h1、h2

转载 作者:行者123 更新时间:2023-11-28 09:58:32 28 4
gpt4 key购买 nike

使用外部 css 文件,我可以更改 Rmd/html 文档中的许多元素,但一些基本元素会被 markdown (?) 插入的内联 css 覆盖。

.main-container {
....
h1 {
font-size: 34px;
}
h2 {
font-size: 30px;
}

因此更改 h2 字体大小的唯一方法是将代码直接插入到文档中,这很丑陋:

---
output:
html_document:
theme: cosmo
# css: whatever.css # adding h2 here does not work
---

<style type = "text/css">
h2 {color: red;}
</style>

## R Markdown

有更好的解决方案吗?是否可以抑制上述内联 block ?

最佳答案

关于css - 在 rmd/rmarkdown 中格式化 h1、h2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36162188/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com