🧭 Welcome to the Markdown Kitchen Sink

This is the Home Page — a full-featured Markdown test site.


Features Demonstrated Here

FeatureExample PageDescription
Basic FormattingAboutHeadings, lists, emphasis, links
Extended SyntaxShowcaseTables, code blocks, emoji
Internal LinksThis PageRelative .md links between pages

Code Example

def greet(name):
    print(f"Hello, {name}!")

greet("World")

Quote Example

“Markdown is not about fancy formatting — it’s about clarity and speed.”
John Gruber


Image Example

Markdown Logo

Continue exploring:

Built with LogoFlowershow