@xyd-js/content 0.0.0-build-87368f8-20251101145203 → 0.0.0-build-1760f84-20251129221538
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.
- package/CHANGELOG.md +7 -7
- package/dist/md.js +2 -1
- package/dist/md.js.map +1 -1
- package/dist/vite.js +2 -1
- package/dist/vite.js.map +1 -1
- package/package.json +7 -7
- package/packages/md/plugins/index.ts +3 -1
package/dist/vite.js
CHANGED
|
@@ -20058,7 +20058,8 @@ async function thirdPartyRehypePlugins(settings) {
|
|
|
20058
20058
|
rehypeKatex
|
|
20059
20059
|
];
|
|
20060
20060
|
if ((_a = settings == null ? void 0 : settings.integrations) == null ? void 0 : _a.diagrams) {
|
|
20061
|
-
|
|
20061
|
+
const options = typeof settings.integrations.diagrams === "object" ? settings.integrations.diagrams : {};
|
|
20062
|
+
plugins.push([await getMermaidPlugin(), options]);
|
|
20062
20063
|
}
|
|
20063
20064
|
return plugins;
|
|
20064
20065
|
}
|