🎯
Focusing
Highlights
Pinned Loading
-
-
Support katex for marked.
Support katex for marked. 1const renderer = new marked.Renderer()
2let originParagraph = renderer.paragraph.bind(renderer)
3renderer.paragraph = (text) => {
4const blockRegex = /\$\$[^\$]*\$\$/g
5const inlineRegex = /\$[^\$]*\$/g
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.