-
Notifications
You must be signed in to change notification settings - Fork 945
Closed
Labels
bugSomething isn't workingSomething isn't workinge0-minutesEffort < 60 minEffort < 60 mine1-hoursp2-mediumshortcodesHugo shortcodesHugo shortcodes
Description
If I insert the following tabpane
in, for example, the User Guide
{{< tabpane lang="console" >}}
{{< tab AMD64 >}}
$ apk update
$ apk add wget shadow
$ wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/vX.Y/otelcol_X.Y_linux_amd64.apk
$ apk add --allow-untrusted otelcol_X.Y_linux_amd64.apk
{{< /tab >}}
{{< tab ARM64 >}}
$ apk update
$ apk add wget shadow
$ wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/vX.Y/otelcol_X.Y_linux_arm64.apk
$ apk add --allow-untrusted otelcol_X.Y_linux_arm64.apk
{{< /tab >}}
{{< tab i386 >}}
$ apk update
$ apk add wget shadow
$ wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/vX.Y/otelcol_X.Y_linux_386.apk
$ apk add --allow-untrusted otelcol_X.Y_linux_386.apk
{{< /tab >}}
{{< /tabpane >}}
then it renders like this, when using Docsy @HEAD
(currently 7489c35):
Things I've tried:
- If I remove the
lang
attribute, it gets better (no multiple tabs shown), but then the formatting still isn't right. - If I move the
lang
attribute into thetab
elements (while naming theheader
parameter too), the original problem presents itself (multiple tab contents shown at the same time).
Could you take a look @deining? Thanks!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinge0-minutesEffort < 60 minEffort < 60 mine1-hoursp2-mediumshortcodesHugo shortcodesHugo shortcodes