Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 63a76e3

Browse files
fix(#447): remove dummy example
1 parent dcdf087 commit 63a76e3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

remote/src/app/components/app-notes/app-notes.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,6 @@ export class AppNotes {
5151
md.renderer.rules.code = codeRule(true);
5252
md.renderer.rules.fence = codeRule(false);
5353

54-
const hello = `# Title
55-
56-
A line \`console.log('Inline code');\`
57-
58-
\`\`\`
59-
console.log('Block code');
60-
\`\`\`
61-
62-
`;
63-
64-
console.log(md.render(hello.replace(/<(?:[^>=]|='[^']*'|="[^"]*"|=[^'"][^\s>]*)*>/gmi, '')));
65-
6654
this.notes = md.render(slide.notes.replace(/<(?:[^>=]|='[^']*'|="[^"]*"|=[^'"][^\s>]*)*>/gmi, ''));
6755
} else {
6856
this.notes = undefined;

0 commit comments

Comments
 (0)