purocean / yn

A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.

Home Page:https://yank-note.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[enhancement]: 编辑器可补全代码围栏语言

laivanyouxi opened this issue · comments

请问能不能自己添加 ` 的代码块

比如
```java
```

```c++
```

cao,写错了,不是BUG
Snipaste_2023-08-01_22-51-15

commented

没太看明白?你是要加编辑器自动补全还是要加新的渲染语言?

编辑器自动补全,选择 ```Fence

补全后
```
```

选择 ```Mermaid

补全后
```mermaid
graph LR
A[Hard] --> |Text| B(Round)
```

每次选择 ```Fence 还要手动改成 ```java、```c++