Overview
This fixture exercises bold, italic, strike, inline code, and a link.
Subheading
A second paragraph with a link.
A class-1 callout — short and to the point.
A class-3 callout with more text, useful when the message needs room.
This fixture exercises bold, italic, strike, inline code, and a link.
A second paragraph with a link.
A class-1 callout — short and to the point.
A class-3 callout with more text, useful when the message needs room.
| Element | Syntax | Notes |
|---|---|---|
| Title | # |
Once at top |
| Section | ## |
Sidebar tab |
| Heading | ### |
In-tab |
function hello(name: string) {
return `Hello, ${name}!`;
}