Add nice whole file support

This commit is contained in:
Skia
2016-08-10 05:48:06 +02:00
parent 6fbf607492
commit 792d66da33
51 changed files with 35202 additions and 119 deletions

View File

@@ -5,7 +5,7 @@
<script>
function make_preview() {
$.ajax({
url: "{{ url('core:api_markdown') }}",
url: "{{ url('api:api_markdown') }}",
method: "GET",
data: { text: $("#id_content").val() }
}).done(function (msg) {