vscode-mdx-preview icon indicating copy to clipboard operation
vscode-mdx-preview copied to clipboard

MDX Preview for Visual Studio Code

Results 87 vscode-mdx-preview issues
Sort by recently updated
recently updated
newest added

Hello! I'm wondering if this https://mdxjs.com/docs/using-mdx/#components could possibly be supported by your great plugin ? Thanks 👍🏻

I wanted to use javascript expression in mdx2, with markdown preview. but this extension, the only vscode preview extension for mdx, I found it doesn't support mdx2. so I tried...

I have an `mdx` document using Docusaurus and am receiving an error when I attempt to preview ``` import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; Hello World ``` Receive...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

https://github.com/mdx-js/mdx/discussions/1674

Currently it doesn't work for Next.js project. This is the error I get when previewing mdx file: ``` Unhandled Rejection (Error): React is not defined w lib/errors.ts:43:8 40 | */...

enhancement

support import aliases from `tsconfig.json` (or `jsconfig.json`) in `.mdx` files today throws error my `tsconfig.json`: ```json { "compilerOptions": { "baseUrl": ".", "paths": { "src/*": ["src/*"] } } } ```

Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) Commits c6bdaca Version...

dependencies

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies