Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown parsing problem #64

Closed
PassionPenguin opened this issue Mar 21, 2021 · 4 comments
Closed

markdown parsing problem #64

PassionPenguin opened this issue Mar 21, 2021 · 4 comments
Labels

Comments

@PassionPenguin
Copy link
Contributor

see attachment
Screenshot 2021-03-22 at 1 15 00 AM

it should not be highlighted for the rest of the code in the editor, just like the rendering area on the right side

well in github:

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

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

it works well~

Screenshot 2021-03-22 at 1 16 52 AM

@PassionPenguin
Copy link
Contributor Author

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;

@github-actions
Copy link
Contributor

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

@github-actions github-actions bot added the stale label Mar 27, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2022

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

@github-actions github-actions bot closed this as completed Apr 6, 2022
@pd4d10
Copy link
Owner

pd4d10 commented Apr 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants