inacho / bootstrap-markdown-editor

Markdown editor for Bootstrap with preview, image upload support, shortcuts and other features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tab is ignored on first line

mageddo opened this issue · comments

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>

Happen with space too

@inacho Any chance of merge it?

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