Iconnrysk

📝 demo

Demo Page

This is a demo page to test the markdown rendering and other features of the site.

Features

  • Markdown rendering: Check how headings, lists, and code blocks are rendered.
  • Links: Example link
  • Images: Example image
// Example JavaScript code block
function greet(name) {
    return `Hello, ${name}!`;
}
console.log(greet('World'));