Markdown

Preview

Welcome to Markdown Preview


This is a bold text and this is italic text.


Features


  • Real-time preview

  • GitHub-flavored markdown

  • Syntax highlighting for code

  • Code Example


    function greet(name) {
    return Hello, ${name}!;
    }

    Inline code also works.


    Links and Images


    Visit scrumplanning.com for free planning poker.


    Blockquotes


    This is a blockquote.

    It can span multiple lines.

    Tables


    FeatureStatus

    Preview

    Export

    Themes

    Task Lists


    Learn Markdown

    Create preview tool

    Share with team

    Quick Reference

    Headings

    • # H1
    • ## H2
    • ### H3

    Emphasis

    • **bold**
    • *italic*
    • `code`

    Lists

    • - item
    • 1. numbered
    • - [x] task

    Links

    • [text](url)
    • > blockquote
    • ---