Markdown प्रीव्यू
लाइव रेंडरिंग के साथ Markdown प्रीव्यू करें
145 शब्द875 अक्षर
इनपुट
प्रीव्यू
Markdown Preview
Welcome to the Markdown Preview tool. Start editing on the left to see live changes.
Features
- Bold, italic,
strikethrough - Links
- Inline
codeand code blocks
Code Block
function greet(name) {
console.log(`Hello, ${name}!`);
return { message: `Welcome, ${name}` };
}
greet("World");
Table
| Feature | Status |
|---|---|
| GFM Tables | Yes |
| Checkboxes | Yes |
| Strikethrough | Yes |
| Syntax Highlight | Yes |
Task List
- Markdown parsing
- GFM support
- Syntax highlighting
- Export to PDF
Blockquote
The best way to predict the future is to invent it. -- Alan Kay
Ordered List
- First item
- Second item
- Third item
That's it! Edit this text to see the preview update in real time.