Skip to content

Commit d5c3706

Browse files
committed
Fix incorrect indentation from code examples
1 parent 7876aa4 commit d5c3706

File tree

3 files changed

+261
-262
lines changed

3 files changed

+261
-262
lines changed

00-getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Run the script below when document is ready!
9191

9292
{% highlight javascript %}
9393
$(document).ready(function() {
94-
$('#summernote').summernote();
94+
$('#summernote').summernote();
9595
});
9696
{% endhighlight %}
9797

@@ -192,10 +192,10 @@ If you set focus option, cursor will focus editable area after initialize Summer
192192

193193
{% highlight javascript %}
194194
$('#summernote').summernote({
195-
height: 300, // set editor height
196-
minHeight: null, // set minimum height of editor
197-
maxHeight: null, // set maximum height of editor
198-
focus: true // set focus to editable area after initializing summernote
195+
height: 300, // set editor height
196+
minHeight: null, // set minimum height of editor
197+
maxHeight: null, // set maximum height of editor
198+
focus: true // set focus to editable area after initializing summernote
199199
});
200200
{% endhighlight %}
201201

0 commit comments

Comments
 (0)