h2 heading
h3 heading
h4 heading
h5 heading
h6 heading
Emphasis
This is bold text
This is italic text
this is delete
Blockquotes
Develop. Preview. Ship. – Vercel
nested
great power comes great responsibility
— at spider man
This is awesome.
— hyesungoh
Lists
Unordered
- Lorem ipsum dolor.
- foo
- bar
 
 
 - foo
 - sit amet consectetur adipisicing elit.
 - Iure, delectus.
 
Ordered
- Lorem ipsum dolor.
- lorem
- foo
 
 
 - lorem
 - sit amet consectetur adipisicing elit.
 - Iure, delectus.
 
Code
Inline code
import styled from '@emotion/styled';
export default function Foo({ bar }) {
  return (
    <div>
      <H1>Comet-land</H1>
    </div>
  );
}
const H1 = styled.h1`
  color: red;
`;
with line highlight
import styled from '@emotion/styled';
export default function Foo({ bar }) {
  return (
    <div>
      <H1>Comet-land</H1>
    </div>
  );
}
const H1 = styled.h1`
  color: red;
`;
with line number
import styled from '@emotion/styled';
export default function Foo({ bar }) {
  return (
    <div>
      <H1>Comet-land</H1>
    </div>
  );
}
const H1 = styled.h1`
  color: red;
`;
Links
Autolink
www.example.com, https://example.com, and contact@example.com.
Footnote
A note1
Table
| Syntax | Description | Test Text | 
|---|---|---|
| Header | Title | Here's this | 
| Paragraph | Text | And more | 
| Strikethrough | 
Tasklist
- to do
 - done
 
Footnotes
- 
Big note. ↩