Fix breakages
This commit is contained in:
parent
f7f861a1cb
commit
8bb807c8e7
2 changed files with 8 additions and 7 deletions
|
@ -26,7 +26,7 @@ export function createMarkdownRenderer(
|
|||
.use(remarkGfm)
|
||||
.use(remarkWikiLink, {
|
||||
aliasDivider: "|",
|
||||
permalinks: binding.playbill.allComponents().map((c) => c.id),
|
||||
permalinks: binding.playbill.allComponentIds,
|
||||
pageResolver: (permalink: string) => {
|
||||
return [toSlug(permalink)];
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue