Using <div class="result">
underneath content tabs
#8466
Unanswered
jpluscplusm
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all 👋
I'm trying to use the
<div class="result">
mechanism to place a summary section after a set of content tabs, but I can't seem to get the visual effect to kick in. I'm using v9.6.20, if that's relevant.The output I'm looking for is like that demonstrated on https://squidfunk.github.io/mkdocs-material/reference/content-tabs/#grouping-other-content: there's a faint border around the setup and its result, and the result has slight horizontal indentation on both sides.
The difference between that example and my setup is that I have content tabs as the setup block. As an example, here's the rending of that page's example when I move the setup out from its code block by deleting lines 113 and 135 from the example's source:
There's no grouping border, and no indentation.
I'm not trying to place tabs-above-tabs (my result is just an untabbed code block), but minimally adapting the reference docs' example seemed the easiest way to demonstrate the issue I'm having!
Is there any way to use
<div class="result">
underneath content tabs?Beta Was this translation helpful? Give feedback.
All reactions