github fuma-nama/fumadocs fumadocs@16.15.12

latest releases: cli@16.2.4, @fumadocs/cli@1.6.2
5 hours ago
  • @fumadocs/base-ui@16.15.12
  • fumadocs-core@16.15.12
  • fumadocs-ui@16.15.12

Fix filterElement being ignored by remarkLLMs

remarkLLMs wrote its own filterElement over yours, so the option did nothing:

remarkLLMs({
  // never ran
  filterElement: (node) => node.name !== 'Callout',
});

Your function now runs for every node except mdxjsEsm, which stays excluded either way.

Fumadocs MDX passes this option through postprocess.includeProcessedMarkdown.

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.