Skip to main content
NostalgiaPHP
Home
About
  • Components
  • Blink
  • Fetch
  • Slider
  • REST API
BlogDoxSearchContact
Admin
  • Sitemap
  • Robots
GitHub
  1. Home
  2. Blog
  3. Markdown Example
Sep 17, 2025

View the markdown file here.

Markdown Example

H1 Heading (for page titles)

H2 Heading

H3 Heading

Paragraphs

This is a normal paragraph. It can contain bold, italic, and inline code.

Lists

  • Unordered item 1
  • Unordered item 2
    • Nested item
  • Unordered item 3
  1. Ordered item one
  2. Ordered item two
  3. Ordered item three

Links

Go to homepage

Images

Alt text for image

Blockquotes

This is a blockquote.
It can span multiple lines.

Code blocks

// Example JavaScript code
function hello(name) {
  return `Hello, ${name}!`
}

console.log(hello("World"))
<?php
// Example PHP code
echo "Hello from PHP!";
<!-- Example HTML -->
<div class="box">Hello World</div>

Tables

Column 1 Column 2 Column 3
Row 1 Data A Data B
Row 2 Data C Data D

Horizontal rule


Final notes

You can also write html in markdown files, but you can't nest markdown inside of html.

This sample page demonstrates the whole kit and kaboodle of Markdown features supported in NostalgiaPHP.

Explore

Recent Items

  • You Might Not Want to Use NostalgiaPHP
    Oct 8, 2025
  • Understanding the Styles
    Oct 5, 2025
  • Appear Animations
    Oct 2, 2025
  • Nosty CLI — Your New Best Friend
    Sep 28, 2025
  • Introducing the NostalgiaPHP REST API
    Sep 27, 2025

Tags

  • animation (1)
  • api (1)
  • blink (1)
  • css (1)
  • intersectionobserver (1)
  • js (1)
  • json (1)
  • nostalgia (2)
  • php (3)
  • reactivity (1)
  • rest (1)
  • retro (3)
  • simplicity (3)
  • slank (1)
© 2025 NostalgiaPHP. All rights reserved. ⬆ Back to Top