Astro: @astrojs/markdown-remark@7.0.0 Release

Release date:
March 10, 2026
Previous version:
@astrojs/markdown-remark@7.0.0-beta.11 (released March 6, 2026)
Magnitude:
7,889 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/markdown-remark@7.0.0

ematipico
florian-lefebvre
Princesseuh
trueberryless
sarah11918

Directory Browser for @astrojs/markdown-remark@7.0.0

All files are compared to previous version, @astrojs/markdown-remark@7.0.0-beta.11. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Major Changes

Minor Changes

  • #15277 cb99214 Thanks @ematipico! - Fixes an issue where the function createShikiHighlighter would always create a new Shiki highlighter instance. Now the function returns a cached version of the highlighter based on the Shiki options. This should improve the performance for sites that heavily rely on Shiki and code in their pages.

  • #15332 7c55f80 Thanks @matthewp! - Exposes the fileURL option in MarkdownProcessorRenderOptions, allowing callers to specify the file URL for resolving relative image paths.

Patch Changes