Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to link to specific tab in tabset #11830

Open
mcanouil opened this issue Jan 9, 2025 · 0 comments
Open

Allow to link to specific tab in tabset #11830

mcanouil opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request tabsets

Comments

@mcanouil
Copy link
Collaborator

mcanouil commented Jan 9, 2025

Assuming a document like (now possible via #11821):

---
title: "Quarto Playground"
format: html
---

## Custom id {#my-custom-id}

::: {.panel-tabset}

## Text {#my-tab-id}

This is a playground for Quarto.

## Shortcode {.active}

{{< lipsum 1 >}}

## Cross-Reference

![An image]({{< placeholder 600 400 >}}){#fig-placeholder}

:::

- [Link to the "Text" tab](#my-tab-id) which does not work
- [Lin to section with custom id](#my-custom-id) which work

It would be great to be able to link to a specific tab as it's possible to link to section for instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tabsets
Projects
None yet
Development

No branches or pull requests

1 participant