是否可以在 Markdown 中使用 tabpanel?

Is it possible to have tabpanel in Markdown?

我想知道在 README.md.

的 Markdown 中是否可以在 Github 上添加标签(tabpanels)

我的目标是拥有这样的东西:

是的,可以在 rmarkdown 中使用 shinytabs

查看此页面

http://scottshepard.io/markdown-pages-as-tabs-in-shiny/

rmarkdown 是我看到的最先进的 markdown 版本

在 github 中是不可能的,除非你使用 jquery 或 bootstrap

制作叉子

我不认为它在 gfm 中是可能的我已经看到它用于 markdown forks 并且只有 R 它具有这些功能

你可以使用 ajax 或者

https://rstudio.github.io/shinydashboard/structure.html

你应该看到这个 post

还有