Loradim
Loradim
Might be related to https://github.com/Tercioo/World-Quest-Tracker/issues/29
> ``` > --- > toc: true > --- > > ## Table of Contents > > [[Test1]] > [[Test2]] > [[Test3]] > ``` This is _not_ working. It always...
[Index.md](https://github.com/user-attachments/files/18177309/Index.md) [Test1.md](https://github.com/user-attachments/files/18177310/Test1.md) [Test2.md](https://github.com/user-attachments/files/18177312/Test2.md) Here are the exact files I am using and the generated PDF: [Test.pdf](https://github.com/user-attachments/files/18177317/Test.pdf) You can also see, that the link from `Test1` towards `Test2` are not working...
Thanks a lot I1xnan for looking into this! # About the toc-file I did a bit more testing and I realized ***I was using it incorrectly***. Instead of exporting only...
> Hi Heiko, the argument to rotate isn't the number of elements to rotate left or right, but rather it is the current index of the element that should be...