@astrojs/markdown-remark 7.0.0-beta.10 → 7.0.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/shiki.js +1 -1
  2. package/package.json +3 -3
package/dist/shiki.js CHANGED
@@ -87,7 +87,7 @@ async function createShikiHighlighterInternal({
87
87
  lang,
88
88
  // NOTE: while we can spread `options.attributes` here so that Shiki can auto-serialize this as rendered
89
89
  // attributes on the top-level tag, it's not clear whether it is fine to pass all attributes as meta, as
90
- // they're technically not meta, nor parsed from Shiki's `parseMetaString` API.
90
+ // they're technically neither meta nor parsed from Shiki's `parseMetaString` API.
91
91
  meta: options?.meta ? { __raw: options?.meta } : void 0,
92
92
  transformers: [
93
93
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/markdown-remark",
3
- "version": "7.0.0-beta.10",
3
+ "version": "7.0.0-beta.11",
4
4
  "type": "module",
5
5
  "author": "withastro",
6
6
  "license": "MIT",
@@ -48,8 +48,8 @@
48
48
  "unist-util-visit": "^5.1.0",
49
49
  "unist-util-visit-parents": "^6.0.2",
50
50
  "vfile": "^6.0.3",
51
- "@astrojs/prism": "4.0.0-beta.2",
52
- "@astrojs/internal-helpers": "0.8.0-beta.2"
51
+ "@astrojs/internal-helpers": "0.8.0-beta.3",
52
+ "@astrojs/prism": "4.0.0-beta.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/estree": "^1.0.8",