Online Markdown Playground

Markdown Playground Demo

This preview supports italic, bold, bold+italic, strikethrough, and inline code like npm run dev.

Headers

H3 Section

H4 Section

H5 Section

Lists

  • Unordered list item
  • Another item with strong text
  1. Ordered step one
  2. Ordered step two

Image

Sample chart

Code blocks

def greet(name: str) -> str:
    return f"Hello, {name}"
const users = [{ name: "Alice" }, { name: "Bob" }];
console.log(users.map((u) => u.name).join(", "));
curl -s https://www.devtoolsdaily.com/sitemap.xml | head -n 5

Table

FeatureStatusNotes
GFM TablesYesUses remark-gfm
Syntax HighlightingYesMultiple languages
Inline CodeYesStyled with monospace

FAQ