refactory-id / bootstrap-markdown

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

the code is not format for preview #284

Closed heyx-any closed 6 years ago

heyx-any commented 7 years ago

I write some java code,but markdown editor is not format the code, input code:

    public static void main(String[] args) {
        SpringApplication.run(Application.class, args);
    }

But got the following results: 20170705214118

lodev09 commented 6 years ago

this is something related to external plugins that are used I would guess -- haven't encountered any issue with code preview on my end.