Complete Markdown Test

Complete Markdown Guide

This post demonstrates all Markdown features working in WordPress with Jetpack Markdown.

Text Formatting

  • Bold text using double asterisks
  • Italic text using single asterisks
  • Strikethrough using tildes
  • inline code using backticks

Lists

Unordered List

  • First item
  • Second item
    • Nested item
    • Another nested
  • Third item

Ordered List

  1. Step one
  2. Step two
  3. Step three

Code Blocks

 {
    console.log(`Hello, ${name}!`);
};

Blockquote

This is a blockquote.
It can span multiple lines.

— Author Name

Links and Images

Visit WordPress

Table

Feature Status
Posts
Pages
Media

Horizontal Rule


Task List

  • [x] Create abilities
  • [x] Test MCP
  • [ ] Deploy to production

That’s all folks!

Commenti

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *