You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
451 B
14 lines
451 B
<div {!! $attributes !!}><textarea style="display:none;">{!! $content !!}</textarea></div> |
|
|
|
<script first> |
|
var ele = window.Element; |
|
Dcat.eMatches = ele.prototype.matches || |
|
ele.prototype.msMatchesSelector || |
|
ele.prototype.webkitMatchesSelector; |
|
</script> |
|
|
|
<script require="@editor-md"> |
|
editormd.markdownToHTML('{{ $id }}', {!! admin_javascript_json($options) !!}); |
|
|
|
Element.prototype.matches = Dcat.eMatches; |
|
</script> |