refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 370 forks source link

Code preview cant auto change line #275

Closed huxulm closed 7 years ago

huxulm commented 7 years ago

when i write a code snipt :

public class A {
   String attr;
}

then preview and it shows code in one line.

public class A { String attr; }
huxulm commented 7 years ago

I use the latest version of code-prettify and solved this issue.