markdown.blade.php 208 B

12345
  1. <div {!! $attributes !!}><textarea style="display:none;">{!! $content !!}</textarea></div>
  2. <script require="@editor-md">
  3. editormd.markdownToHTML('{{ $id }}', {!! json_encode($options) !!});
  4. </script>