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
Strikethroughusing tildesinline codeusing backticks
Lists
Unordered List
- First item
- Second item
- Nested item
- Another nested
- Third item
Ordered List
- Step one
- Step two
- Step three
Code Blocks
{
console.log(`Hello, ${name}!`);
};
Blockquote
This is a blockquote.
It can span multiple lines.— Author Name
Links and Images
Table
| Feature | Status |
|---|---|
| Posts | ✅ |
| Pages | ✅ |
| Media | ✅ |
Horizontal Rule
Task List
- [x] Create abilities
- [x] Test MCP
- [ ] Deploy to production
That’s all folks!
Lascia un commento