Autore: mcp holding

  • 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!

  • Test Markdown Post

    Heading 1

    This is a paragraph with bold and italic text.

    Features List

    • Item one
    • Item two
    • Item three

    Code Example

    “`php
    This is a blockquote

    Link to Google