A short paragraph with bold, italic, and strikethrough.
Inline code: npm run build. A link to Markdown guide.
Blockquote line 1
Blockquote line 2 with bold.
- Unordered item
- Nested item
- Another item
- Ordered item
- Second item
- Nested ordered item
- Third item
- Completed task
- Pending task
Inline: console.log("hello");
Fenced code:
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet("World");| Feature | Supported | Notes |
|---|---|---|
| Bold | Yes | Use **text** |
| Italic | Yes | Use *text* |
| Code | Yes | Inline and fenced |
| Mermaid | Yes | See diagram below |
flowchart TD
A[Start] --> B{Decision?}
B -->|Yes| C[Proceed]
B -->|No| D[Stop]
C --> E[Done]
D --> E
- Write draft
- Add diagram
- Proofread
- Publish
Here is a statement with a footnote.1
Footnotes
-
Footnote text goes here. ↩