markdown.blade.php 451 B

1234567891011121314
  1. <div {!! $attributes !!}><textarea style="display:none;">{!! $content !!}</textarea></div>
  2. <script first>
  3. var ele = window.Element;
  4. Dcat.eMatches = ele.prototype.matches ||
  5. ele.prototype.msMatchesSelector ||
  6. ele.prototype.webkitMatchesSelector;
  7. </script>
  8. <script require="@editor-md">
  9. editormd.markdownToHTML('{{ $id }}', {!! admin_javascript_json($options) !!});
  10. Element.prototype.matches = Dcat.eMatches;
  11. </script>