This is a test page for styles. Such as links or inline code blocks
.
Test Article
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
const Codeblock = (): JSX.Element => {
return <MyComponent />
}
- Numbered list item 1
- Numbered list item 2
- Sub item 1
- Sub item 2
- Numbered list item 3
- Unordered list item 1
- Unordered list item 2
- Sub item 1
- Sub item 2
- Unordered list item 3
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
Test React Component, Counter: 0