We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659aa8e commit b6f7ea1Copy full SHA for b6f7ea1
src/menu/Help.ts
@@ -51,7 +51,7 @@ async function getLinkedPages(path: string[]): Promise<Directory> {
51
);
52
const header = html`<div style="padding: 8px;">
53
${page === 'Home' ? aboutBox(edition.version) : html``}
54
- ${unsafeHTML(marked(unlinkedMd))}
+ ${unsafeHTML(marked.parse(unlinkedMd))}
55
</div>`;
56
const entries = Array.from(
57
md.matchAll(/\(https:..github.com.openscd.open-scd.wiki.([^)]*)\)/g)
0 commit comments