mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
feat: upgrade to MDX v2 (#8288)
Co-authored-by: Armano <armano2@users.noreply.github.com>
This commit is contained in:
parent
10f161d578
commit
bf913aea2a
161 changed files with 4028 additions and 2821 deletions
7
jest/deps.d.ts
vendored
7
jest/deps.d.ts
vendored
|
@ -13,13 +13,6 @@ declare module 'to-vfile' {
|
|||
export function read(path: string, encoding?: string): Promise<VFile>;
|
||||
}
|
||||
|
||||
declare module 'remark-mdx' {
|
||||
import type {Plugin} from 'unified';
|
||||
|
||||
const mdx: Plugin;
|
||||
export = mdx;
|
||||
}
|
||||
|
||||
declare module 'remark-rehype';
|
||||
|
||||
declare module 'rehype-stringify';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue