mirror of
https://github.com/tauri-apps/typedocusaurus.git
synced 2026-02-04 02:31:22 +01:00
fix: typedocusaurus update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @ts-ignore
|
||||
import { Application } from 'typedoc';
|
||||
// @ts-ignore
|
||||
import * as MarkdownPlugin from 'typedoc-plugin-markdown';
|
||||
import { load } from 'typedoc-plugin-markdown';
|
||||
|
||||
import { FrontMatterComponent } from './front-matter';
|
||||
import { addOptions, getOptions } from './options';
|
||||
@@ -24,7 +24,7 @@ export default async function generate(
|
||||
const app = new Application();
|
||||
|
||||
// load the markdown plugin
|
||||
MarkdownPlugin(app);
|
||||
load(app);
|
||||
|
||||
// customise render
|
||||
app.renderer.render = render;
|
||||
|
||||
Reference in New Issue
Block a user