2025-04-17 15:14:56 +00:00
2025-04-16 09:18:03 +00:00
2025-04-17 15:14:56 +00:00

Markdown Showcase - The Developer's Guide

Created for W2Wizard on 2025-04-16

📋 Table of Contents

Headers

Main Heading (H1)

Second Level (H2)

Third Level (H3)

Fourth Level (H4)

Fifth Level (H5)
Sixth Level (H6)

Lists

Ordered List

  1. First item
  2. Second item
    1. Nested item
    2. Another nested item
  3. Third item

Unordered List

  • Item one
  • Item two
    • Nested with asterisk
    • Nested with plus
  • Item three

Task List

  • Completed task
  • Pending task
  • @W2Wizard assigned task

Code

// C# code block with syntax highlighting
services.AddAuthorizationBuilder()
    .AddPolicy("IsCreator", policy => 
        policy.RequireClaim(ClaimTypes.Role, "creator"));

GitHub Alt text for image

Tables

Feature Supported Notes
Tables Left, center, right alignment with :
Images No native resizing
Emojis 🚀 🔥 💻

Quotes & Notes

This is a blockquote

It can span multiple lines

Nested quotes

Work like this

Advanced Features

Click to expand details section

Hidden content appears here! Great for FAQs or long explanations.


Definition Lists

Term
Definition goes here

Math Equations (with MathJax/KaTeX support)

When a \ne 0, there are two solutions to ax^2 + bx + c = 0 given by:

x = {-b \pm \sqrt{b^2-4ac} \over 2a}

Diagrams (with Mermaid support)

graph TD;
    A[Start] -->|Process| B[End];
    A -->|Alternative| C[Result];
Description
1234
Readme 32 KiB
Languages
Markdown 100%