When converting the markdown file with a table of contents (_example below_), the links in the converted pdf file do not work. Instead of the respective header in the pdf file itself, the link in the pdf file points to the app's page (i.e. `https://md2pdf.netlify.app/#hello`). ```md <!-- example table of contents --> - [Hello](#hello) - [md2pdf](#md2pdf) - [Thank you](#thank-you) ``` I was wondering if this is something that can be fixed. Also, thank you so much for the app, it's very useful. 🙌