محرر Markdown عبر الإنترنت - أداة كتابة احترافية مجانية

محرر Markdown

اكتب وشاهد معاينة Markdown الخاصة بك في الوقت الفعلي

Loading editor...

Preview will appear here

Start typing in the editor to see the preview

أحرف: 0

مرجع سريع لصياغة Markdown

الصياغة الأكثر استخدامًا - العناصر السهلة النسيان مدرجة أولاً

Table

Create structured tables with headers and cells

| Header 1 | Header 2 |\n|----------|----------|\n| Cell 1   | Cell 2   |

Image with Alt Text

Insert images with alternative text and optional title

![Alt text](image.jpg) or ![Alt](image.jpg "Title")

Link

Create clickable links with optional title attribute

[Link text](https://url.com) or [Link](url "Title")

Code Block

Display code with syntax highlighting (specify language)

```javascript\nconsole.log('Hello');\n```

Inline Code

Format code inline within normal text

Use `backticks` for inline code

Ordered List

Create numbered lists (numbers auto-increment)

1. First item\n2. Second item\n3. Third item

Unordered List

Create bullet point lists with optional nesting

- Item 1\n- Item 2\n  - Nested item

Blockquote

Quote text or highlight important information

> This is a quote\n> Can span multiple lines

Bold and Italic

Emphasize text with bold or italic styling

**bold** or __bold__, *italic* or _italic_

Heading Levels

Create hierarchical headings (H1 is largest)

# H1\n## H2\n### H3 (up to ###### H6)

Horizontal Rule

Add a horizontal line to separate content

--- or *** or ___

Strikethrough

Mark text as deleted or no longer relevant

~~strikethrough text~~

محرر Markdown عبر الإنترنت قوي مع معاينة مباشرة، تمييز صياغي وميزات متقدمة. مثالي للكتاب والمطورين ومنشئي المحتوى.