diff --git a/ground/views/articles/edit.php b/ground/views/articles/edit.php index 98509fe..6cf3e52 100644 --- a/ground/views/articles/edit.php +++ b/ground/views/articles/edit.php @@ -22,6 +22,7 @@ articleText = document.getElementById('articleText'); imgText = '\n[img|#' + $(this).attr('photoid') + ']\n'; insertAtCursor(articleText, imgText); + markdown(); }); }); } @@ -68,10 +69,11 @@