We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401b26a commit c0d3315Copy full SHA for c0d3315
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mintlify/mdx",
3
- "version": "0.0.45",
+ "version": "0.0.46",
4
"description": "Markdown parser from Mintlify",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
src/server/index.ts
@@ -22,6 +22,7 @@ export const getCompiledMdx = async ({
22
try {
23
const serializedResponse = await serialize(source, {
24
mdxOptions: {
25
+ ...mdxOptions,
26
remarkPlugins: [
27
remarkGfm,
28
remarkSmartypants,
0 commit comments