sunsonliu

Results 275 comments of sunsonliu

感谢PR,没啥问题哈~👍 暂时先不会合并(不影响后续打分),我们会在犀牛鸟活动后统一安排合并并发版

也可以试试这种方式哈,看这种方式是否可行,不行的话就弄个目录吧: ![image](https://github.com/Tencent/cherry-markdown/assets/998441/cf86c350-9702-409b-b28c-0a7f8ecb7a85) ```html Angular Example angular.module('myApp', []) .component('appRoot', { template: ` Hello, World! Welcome to my Angular app. ` }); angular.bootstrap(document, ['myApp']); ```

v0.8.50 版本上已支持

还可以看这篇文档哈:https://github.com/Tencent/cherry-markdown/wiki/%E6%9E%84%E5%BB%BA%E4%BA%A7%E7%89%A9%E4%BB%8B%E7%BB%8D

啊。。这个。。似乎从来没实现过这种语法。。如果着急的话可以根据这篇[文档](https://github.com/Tencent/cherry-markdown/wiki/%E8%87%AA%E5%AE%9A%E4%B9%89%E8%AF%AD%E6%B3%95) 实现一个自定义语法,把这个语法放在公式前面,逻辑是将 `\[...\]` 替换成 `~D~D...~D~D` ;将 `\(...\)` 替换成 `~D...~D`

收到,这应该是左侧使用的codemirror组件自带的功能,我们看看如何屏蔽下

感谢反馈,我们定位下原因哈~(非常抱歉现在才开始看这个问题。。。主要是前段时候各种事情耽搁了)