Replies: 1 comment 5 replies
-
I notice that the bullet list ends up being empty after processing (client side I suppose): <ol hidden="">
<li></li>
</ol> I also notice that removing it restores the expected behavior of the next result div. So maybe additionally/instead to emptying the unordered list and hiding it with |
Beta Was this translation helpful? Give feedback.
5 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.
-
I'm trying to concatenate a result div after a code block with an annotation, within a tab. The issue is that the annotation is in between the code block and the result div, so the result div is not styled accordingly: it doesn't have borders and it is not concatenated to the block above.
Example:
The PDM tab shows up like this:
While the pipx tab shows up like this:
I have tried many alternative sequences of markup, but none of them worked.
I know the
result
CSS class is not really public API, but can you think of a way to make this work 🤔?Beta Was this translation helpful? Give feedback.
All reactions