We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6e465 commit cc8c9f4Copy full SHA for cc8c9f4
1 file changed
markdown.js
@@ -10,6 +10,9 @@ async function loadMarkdown() {
10
// Render the HTML inside the #markdown-content div
11
document.getElementById('markdown-content').innerHTML = htmlContent;
12
}
13
+
14
+ // Log success message
15
+ console.log('Hello, Markdown!');
16
17
// Run the function after DOM is loaded
18
document.addEventListener('DOMContentLoaded', () => {
0 commit comments