Skip to content

fumadocs@16.15.7

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:32
· 1 commit to dev since this release
36057e5
  • @fumadocs/base-ui@16.15.7
  • fumadocs-core@16.15.7
  • fumadocs-ui@16.15.7

Async _fd_prepare hook for Shiki transformers

rehype-code awaits transformer._fd_prepare(code, options) on every transformer before highlighting a code block. Transformers can run async work (or coalesce work across the code blocks being highlighted concurrently) and serve it from the synchronous Shiki hooks afterwards.