Create a partial to instantiate simplemde

parent 6a28f2ff
@push('js-stack')
<script>
$( document ).ready(function() {
$('.simplemde').each(function () {
var simplemde = new SimpleMDE({
element: this,
});
simplemde.render();
});
});
</script>
@endpush
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment