mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
@@ -11,7 +11,9 @@ type extendMarkdownItFnType = (
|
||||
);
|
||||
|
||||
(function () {
|
||||
const markdownIt = new MarkdownIt();
|
||||
const markdownIt = new MarkdownIt({
|
||||
html: true
|
||||
});
|
||||
|
||||
(globalThis as any).extendMarkdownIt = ((f: (md: MarkdownIt.MarkdownIt) => void) => {
|
||||
f(markdownIt);
|
||||
|
||||
Reference in New Issue
Block a user