Learn How to Pre-render Pages Using Static Generation with Next.js
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Praesent elementum facilisis leo vel fringilla est ullamcorper eget. At imperdiet dui accumsan sit amet nulla facilities morbi tempus.
This is a Heading h1
This is a Heading h2
This is a Heading h3
This is a Heading h4
This is a Heading h5
This is a Heading h6
This text will be italic
This text will be bold
This text will be italic and bold
This text is unstyled
Lists
Unordered
- Item 1
- Item 2
- Item 2a
- Item 2b
Ordered
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
Images
Links
Blockquotes
Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz.
Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.
Horizontal rule
Code block
let message = 'Hello world';
alert(message);
Inline code
That is inline code