Skip to content

Commit cc8c9f4

Browse files
committed
console.log
1 parent 1b6e465 commit cc8c9f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

markdown.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ async function loadMarkdown() {
1010
// Render the HTML inside the #markdown-content div
1111
document.getElementById('markdown-content').innerHTML = htmlContent;
1212
}
13+
14+
// Log success message
15+
console.log('Hello, Markdown!');
1316

1417
// Run the function after DOM is loaded
1518
document.addEventListener('DOMContentLoaded', () => {

0 commit comments

Comments
 (0)