我正在通过 R markdown 构建一个简单的网站。以下是我的 _site.yml 文件:
name: "SampleWeb"
navbar:
title: "SampleWeb"
left:
- text: "Home"
href: index.html
- text: "Descriptive Analysis"
href: descriptive_analysis.html
- text: "Baseline GWAS Covariate-Sex"
href: gwas_baseline.html
我的问题是,建立网站后如何将“基线 GWAS 协变量-性别”分成两行。
我尝试了“Baseline GWAS\nCovariate-Sex”和“Baseline GWAS
Covariate-Sex”,但这两种方法都不起作用。我下一步该尝试什么?任何帮助都非常感谢!