diff --git a/src/menu/Help.ts b/src/menu/Help.ts index 11cb749bd5..82e66ab596 100644 --- a/src/menu/Help.ts +++ b/src/menu/Help.ts @@ -51,7 +51,7 @@ async function getLinkedPages(path: string[]): Promise { ); const header = html`
${page === 'Home' ? aboutBox(edition.version) : html``} - ${unsafeHTML(marked(unlinkedMd))} + ${unsafeHTML(marked.parse(unlinkedMd))}
`; const entries = Array.from( md.matchAll(/\(https:..github.com.openscd.open-scd.wiki.([^)]*)\)/g)