Giter Site home page Giter Site logo

markdown parsing problem about hashmd HOT 4 CLOSED

pd4d10 avatar pd4d10 commented on August 20, 2024
markdown parsing problem

from hashmd.

Comments (4)

PassionPenguin avatar PassionPenguin commented on August 20, 2024

well it's even worse:

Screenshot 2021-03-22 at 1 19 33 AM

# 看起来好复杂的 🦆

* 你:我会了
* 🦆:我不活了

首先,先在我们的编辑器中输入 **```mermaid**,然后敲一下回车键,在包含的代码段中输入 Mermaid 代码就可以使用 Mermaid 啦~

## 流程图

语法解释:graph 关键字就是声明一张流程图,TD 表示的是方向,这里的含义是 Top-Down 由上至下。

graph TD;
    A-->B;
    A-->C;
    B-->D;

看起来好复杂的 🦆

  • 你:我会了
  • 🦆:我不活了

首先,先在我们的编辑器中输入 ```mermaid,然后敲一下回车键,在包含的代码段中输入 Mermaid 代码就可以使用 Mermaid 啦~

流程图

语法解释:graph 关键字就是声明一张流程图,TD 表示的是方向,这里的含义是 Top-Down 由上至下。

graph TD;
A-->B;
A-->C;
B-->D;

from hashmd.

github-actions avatar github-actions commented on August 20, 2024

This issue is stale because it has been open for 30 days with no activity.

from hashmd.

github-actions avatar github-actions commented on August 20, 2024

This issue was closed because it has been inactive for 7 days since being marked as stale.

from hashmd.

pd4d10 avatar pd4d10 commented on August 20, 2024

It seems to be the issue of CodeMirror's syntax highlight.

from hashmd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.