Open tepolefu opened 3 weeks ago
Internal link not working if inside a .nav-pills
example code:
See section1 => not working
::: {.panel-tabset .nav-pills}
:::
But this is working:
See section1 => ok
I do not think this one is because of lumo. Did you try without the template?
lumo
Internal link not working if inside a .nav-pills
example code:
See section1 => not working
My graphs on tabs in quarto
::: {.panel-tabset .nav-pills}
section 1 {#link-section1}
:::
But this is working:
See section1 => ok
My graphs on tabs in quarto {#link-section1}
::: {.panel-tabset .nav-pills}
section 1
:::