rock-markdown-editor icon indicating copy to clipboard operation
rock-markdown-editor copied to clipboard

引用中的github格式代码不能正确解析

Open jamesfancy opened this issue 11 years ago • 1 comments

比如

> ```java
> public class HelloWorld {
>     public static final void main(String[] args) {
>         System.out.println("HelloWorld");
>     }
> }
> ```

但是如果>号后面有4个空格,能认识,像这种

>     public class HelloWorld {
>         public static final void main(String[] args) {
>             System.out.println("HelloWorld");
>         }
>     }

jamesfancy avatar Mar 19 '14 13:03 jamesfancy

是有这么个问题,showdown对GFM的解析不太好,准备寻找另外GFM专用的解析器来做,相信日后会解决的

superRaytin avatar Mar 20 '14 01:03 superRaytin