Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Nov 14, 2018
1 parent b564537 commit 194127d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/htmlContentRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function renderMarkdown(markdown: IMarkdownString, options: RenderOptions
renderer
};

element.innerHTML = marked(markdown.value, markedOptions);
element.innerHTML = marked.parse(markdown.value, markedOptions);
signalInnerHTML!();

return element;
Expand Down

0 comments on commit 194127d

Please # to comment.