create shortcode for markdown tabs#872
Conversation
|
✔️ Deploy Preview for jovial-austin-42fe02 ready! 🔨 Explore the source changes: 5a43877 🔍 Inspect the deploy log: https://app.netlify.com/sites/jovial-austin-42fe02/deploys/61b42495ede5ce0008cecd1d 😎 Browse the preview: https://deploy-preview-872--jovial-austin-42fe02.netlify.app |
|
One of the big advantages of using something like this, imo, is that IntelliJ recognizes Ruby comments ( |
|
I'm converting this to a draft, because I really want us to find a way to create a toggle for this behavior and make a PR to docsy. I don't like having to specify all the tabs in the tabpane with this PR, it just feels clunky. I added the border because without the instead. I set it to be an outset border, which makes it more pronounced at the bottom than the top because that's where it is needed.
|
|
Closed in favor of #915 |

I'm tempted to put this in draft because it's not the best way to do this, even though it works.
Current docsy theme forces tabs to have highlighting (google/docsy#550)
Would be nice if we could toggle that off on a per-tab basis.
Since I still can't wrap my head around go/hugo enough to do it the right way, I just copied this from the previous docsy implementation when they didn't have automatic highlighting.
I also added padding and a border, but that's about the extent of my design skills.