In the Textarea which was made by Summernote,
When I type some words with Colon(:) (For example, 'i:am' or 'you:are' something like that)
Then press Enter or Space bar, It becames to hyperlink automatically... a href tag created.
But only happens with the colon(:). Any Idea about this issue?
Thank you in advance.
$(document).ready(function() {
$("#summernote").summernote({
lang: 'ko-KR',
height: 500,
maxHeight: 500,
toolbar: [
['style', ['bold', 'italic', 'underline', 'clear']],
['fontsize', ['fontsize']],
['color', ['color']],
['para', ['paragraph']],
['height', ['height']],
['insert', ['link', 'video', 'table', 'hr']],
],
});
});
<div id="summernote"></div>
What version of summernote you are currently using. Because this issue has been fixed as mentioned in this post.