Fix button links on welcome page (#20006)

* Fix button links on welcome page

* Fix spelling typo
This commit is contained in:
Karl Burtram
2022-07-12 08:13:29 -07:00
committed by GitHub
parent 6eda44f828
commit e75beacb6d
2 changed files with 5 additions and 4 deletions

View File

@@ -291,7 +291,7 @@ export class WalkThroughPart extends EditorPane {
const content = model.main;
if (!input.resource.path.endsWith('.md')) {
safeInnerHtml(this.content, content);
safeInnerHtml(this.content, content, true); // {{SQL CARBON EDIT}} - allow unknown schemas
this.updateSizeClasses();
this.decorateContent();