Resources Heading
Paragraph with bold and italic plus a code span.
Unordered item with a link
Second item with strong
Inline image:
Blockquote:
inline codeand emphasis.
Table + fenced code
| Key | Value |
|---|---|
| One | Two |
| Alpha | Beta |
export function answer() {
return 42;
}