MCPcopy Index your code
hub / github.com/LeetCode-OpenSource/vscode-leetcode / render

Method render

src/webview/markdownEngine.ts:40–42  ·  view source on GitHub ↗
(md: string, env?: any)

Source from the content-addressed store, hash-verified

38 }
39
40 public render(md: string, env?: any): string {
41 return this.engine.render(md, env);
42 }
43
44 public getStyles(): string {
45 return [

Callers 3

getWebviewContentMethod · 0.80
getWebviewContentMethod · 0.80
getWebviewContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected