diff --git a/resources/views/proposals/show.blade.php b/resources/views/proposals/show.blade.php
index 5632de6..15b86c4 100644
--- a/resources/views/proposals/show.blade.php
+++ b/resources/views/proposals/show.blade.php
@@ -677,6 +677,9 @@
+
+
+
@@ -735,7 +738,7 @@
});
// 2. Markdown & Mermaid Parsing
- const rawMarkdown = `{!! addslashes($proposal->content) !!}`;
+ const rawMarkdown = document.getElementById('markdown-source').value;
// Custom parser function for GitHub-Style Alerts
function parseGithubAlerts(text) {