I'd like to know if there is a way to have tabs (tabpanels) on Github in Markdown in the README.md
.
My goal is to have something like this:
Type nbsp to add a single space. Type ensp to add 2 spaces. Type emsp to add 4 spaces. You can use non-breaking space ( nbsp ) 4 times to insert a tab.
To implement the tabbed section in an Rmarkdown document like the example above, all you have to do is putting {. tabset} on the right of a header. Then all the content below each sub-header will appear within a tab. Besides, this feature is only avaliable when rendering an Rmarkdown file to an html file.
You can use non-breaking space ( ) 4 times to insert a tab.
yes is possible using shinytabs in rmarkdown
see this page
http://scottshepard.io/markdown-pages-as-tabs-in-shiny/
rmarkdown is the most advance version of markdown that i saw
in github flavored markdown its impossible Except that you make a fork using jquery or bootstrap
I do not think it's possible in gfm I've seen it for markdown forks and only R It has those features
you can use ajax maybe
https://rstudio.github.io/shinydashboard/structure.html
you should see this post Is it possible to host interactive R Markdown files on Github Pages?
also
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With