Skip to content
View tajpure's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@vortexjs @cat-lang

Block or report tajpure

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. vortex vortex Public

    A markdown presentation tool.

    JavaScript 113 9

  2. hexo-editor hexo-editor Public

    An editor for hexo blog.

    JavaScript 227 36

  3. SoScheme SoScheme Public

    Scheme compiler.

    Java 1

  4. Support katex for marked. Support katex for marked.
    1
    const renderer = new marked.Renderer()
    2
    let originParagraph = renderer.paragraph.bind(renderer)
    3
    renderer.paragraph = (text) => {
    4
      const blockRegex = /\$\$[^\$]*\$\$/g
    5
      const inlineRegex = /\$[^\$]*\$/g