natemoo-re / astro-remote

Render remote HTML or Markdown content in Astro with full control over the output
MIT License
181 stars 9 forks source link

TOC not shown on imported markdown with Astro Starlight #39

Open securitykernel opened 4 weeks ago

securitykernel commented 4 weeks ago

I am successfully using astro-remote to import remote markdown files with Astro's Starlight (thanks for that, its a great tool!), but the TOC is not populated for a remote markdown file. It only ever displays the one default entry Overview. Usually, the TOC is populated from the markdown's headings for local markdown files, but that does not seem the case for remote markdown imported with astro-remote.

Is this a missing feature or something that needs to be configured?