You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: mod.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ export class Renderer extends Marked.Renderer {
89
89
}
90
90
91
91
/**
92
-
* Code render covers code blocks. Code is determined by language passed in and then handled by npm:katex for math and npm:prismjs for everything else
92
+
* Code render covers code blocks. Code is determined by language passed in and then handled by npm:katex for math and npm:prismjs for everything else
93
93
* @param code code that needs to be passed in
94
94
* @param language language that was on there from ```<language>
0 commit comments