|
|
@@ -9,7 +9,6 @@
|
|
|
@section('keywords', $systemPresenter->checkReturnValue('seo_keyword', $article->keyword))
|
|
|
|
|
|
@section('style')
|
|
|
- <link rel="stylesheet" href="{{ asset('editor.md/css/editormd.preview.min.css') }}">
|
|
|
<link rel="stylesheet" href="{{ asset('share.js/css/share.min.css') }}">
|
|
|
@endsection
|
|
|
|
|
|
@@ -46,7 +45,7 @@
|
|
|
@endsection
|
|
|
|
|
|
@section('content')
|
|
|
- <div class="markdown-body editormd-html-preview" style="padding:0;">
|
|
|
+ <div class="markdown-preview">
|
|
|
{!! $article->html_content !!}
|
|
|
</div>
|
|
|
|