Markdown Manager Plugin Test
This is a post published by the new Markdown Manager plugin.
Feature Test Checklist
- Markdown editor
- Task list support
Strikethrough syntax- Bold and Italic
Inline code
Table Test
| Feature | Status | Notes |
|---|---|---|
| Task list | ✅ | – [x] Syntax renders correctly |
| Table | ✅ | GFM table |
| Code block | ✅ | Fenced code blocks |
Code Block
def greet(name):
return f"Hello, {name}!"
print(greet("WordPress"))
Blockquotes also work correctly.
Test time: June 30, 2026
Comments