inacho / bootstrap-markdown-editor

Markdown editor for Bootstrap with preview, image upload support, shortcuts and other features.
MIT License
294 stars 76 forks source link

Tab is ignored on first line #11

Closed mageddo closed 8 years ago

mageddo commented 8 years ago

If a put a text with tab on first line(like a code) this tab is ignored on editor , the bug can be reproduced here

<script>
$('#myEditor').markdownEditor({
  // Options
});
</script>
<div id="myEditor">
    System.out.println();
</div>
mageddo commented 8 years ago

Happen with space too

mageddo commented 8 years ago

@inacho Any chance of merge it?

inacho commented 8 years ago

The spaces issue is fixed in the latest release (v1.3.0) you can test it here: http://jsfiddle.net/t476p7wp/2/