kingteng

Results 2 issues of kingteng

### 编辑模式 与编辑模式无关,使用的是method.min.js ### 描述问题 代码块字符为: ```bash\r\naa="123"\r\necho ${aa}\r\n``` 显示为: ![image](https://user-images.githubusercontent.com/44594156/140855574-6701b108-e4be-4321-9ae2-4c2bd1551270.png) 应该是如下才正确: ````````markdown aa="123" echo ${aa} ```````` 以上问题使用**文本数据**才会出现,即:var markdown = ‘内容’ 使用文件数据不是出现。 使用编辑器哪个模式都是正常的 ### 期待的结果 把显示错误的内容修正 ### 截屏或录像 ![image](https://user-images.githubusercontent.com/44594156/140856436-82a46e7d-24b3-4862-aca0-11ade5a726aa.png) 文本原文: ```...

如何部署的