holtzy / lumo

A clean, minimalist quarto theme for your data analysis reports
https://www.productive-r-workflow.com/r/bonus/lumo-quarto-template
37 stars 2 forks source link

Internal link to chapter not working if given chapter inside a .nav-pills #6

Open tepolefu opened 3 weeks ago

tepolefu commented 3 weeks ago

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

:::

holtzy commented 2 weeks ago

I do not think this one is because of lumo. Did you try without the template?