Super simple WYSIWYG Editor on Bootstrap. For more information please check Full Documentation.
<div id="summernote"></div>
$('#summernote').summernote({
placeholder: 'Atlantis',
fontNames: ['Arial', 'Arial Black', 'Comic Sans MS', 'Courier New'],
tabsize: 2,
height: 300
});