readmeio / markdown

ReadMe's flavored Markdown parser and React-based rendering engine.
https://rdmd.readme.io
ISC License
33 stars 9 forks source link

fix: toc #900

Closed kellyjosephprice closed 3 months ago

kellyjosephprice commented 3 months ago
PR App Fix RM-XYZ

🧰 Changes

Refactors how we create the table of contents.

Previously, the TOC work changed the arguments and returns of compile and run to use VFile's instead of string's. This rewrites that to instead write the toc data into the compiled components so it can be exported at run-time.

🧬 QA & Testing

rafegoldberg commented 3 months ago

This PR was released!

🚀 Changes included in v6.75.0-beta.51