Replies: 55 comments 8 replies
-
|
Hi mahozad! I found a request similar to the one you are requesting here: Add a tabs in the Markdown in profile the of GitHub #14964 and here Add markdown support for tabs #1552. I hope to help in some way. The difference from one topic to another is just the purpose. In the first topic, it would be the tabs as a menu that the user defines in the repository. In the second case, the tabs would be code guides within the repository to be used. In short, they are two requests for different purposes but with the same use case that is the guide. |
Beta Was this translation helpful? Give feedback.
-
|
The widely-used syntax for this that I have seen in markdown specifically is in R Markdown. The GFM syntax should follow the R Markdown syntax. I would love to see GitHub support tabsets. |
Beta Was this translation helpful? Give feedback.
-
|
Wanted to bump this as I'd love to see it implemented in GFM. Reamde.com also has an implementation that feels closer to the OG markdown spec https://docs.readme.com/rdmd/docs/code-blocks |
Beta Was this translation helpful? Give feedback.
-
|
Is there any working syntax or workaround? |
Beta Was this translation helpful? Give feedback.
-
|
is there any chance? |
Beta Was this translation helpful? Give feedback.
-
|
I too support this, as it is part of the mkdocs Material spec: |
Beta Was this translation helpful? Give feedback.
-
|
+1 to the list of interested parties on this |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this feature |
Beta Was this translation helpful? Give feedback.
-
|
+1 This feature would be nice! |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this feature |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this feature |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this feature |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this feature |
Beta Was this translation helpful? Give feedback.
-
|
Looks a lot like github/markup#1552 |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Traefik do exactly this with markdown and it can be seen here on their site rendered in tabs: It's very clean and effective, as you can see. If you view the source on GitHub, it falls back very gracefully: Inspection of the raw source shows it's as simple as The use case, rational and implementation should be obvious from these examples. |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this feature |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+10 million, they are essential in DocFX and should be available on GitHub markdown rendering too |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 pls |
Beta Was this translation helpful? Give feedback.
-
|
➕1️⃣ for visibility, please make this happen |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
I vote yay |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if there was a feature to be able to add code snippets with multiple tabs (or even a single tab; read number 4 below).
Tabs can be useful in many ways:
(instead of inserting, for example,
App.js:before the snippet or// App.jsas the first line of the code)There are many, many examples in which tabbed code snippets may be helpful like:
Related Stack Overflow posts
Beta Was this translation helpful? Give feedback.
All reactions