move rendering marker hover to hover widget

This commit is contained in:
Sandeep Somavarapu
2019-01-07 22:23:48 +01:00
parent ff157f90a0
commit 41ae0c7875
9 changed files with 309 additions and 210 deletions

View File

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