This commit is contained in:
Sandeep Somavarapu
2018-11-15 11:38:04 +01:00
parent f8ea816ca5
commit aab56e95c6
4 changed files with 37 additions and 23 deletions

View File

@@ -16,6 +16,7 @@ export class MarkdownString implements IMarkdownString {
value: string;
isTrusted?: boolean;
sanitize: boolean = true;
constructor(value: string = '') {
this.value = value;