fixed markdown and shiki(untested) link transformers
This commit is contained in:
parent
6d353e0c6b
commit
4fbb038c0d
4 changed files with 103 additions and 66 deletions
|
@ -75,7 +75,9 @@ export function groupRoutes(routes: RouteData[]): GroupedRoutes {
|
|||
}, defaultValue);
|
||||
}
|
||||
|
||||
export async function processQsMarkdown(markdown: string): Promise<string> {
|
||||
export async function processQsMarkdown(
|
||||
markdown: string
|
||||
): Promise<string> {
|
||||
return await markdownUtils.processMarkdown(markdown);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue