Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianguyen1234 committed Oct 15, 2024
1 parent 9b0b308 commit 8bc0338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
}
});
// Event listener for conversion
document.getElementById('convert-button').addEventListener('click', function() {
const markdownContent = window.editor.getData(); // Use CKEditor data
const htmlContent = md.render(markdownContent);
Expand Down

0 comments on commit 8bc0338

Please sign in to comment.