Evodeck Digital

Learn How to Pre-render Pages Using Static Generation with Next.js

JJ Kasper
JJ Kasper
Frontend Developer
1 min read
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

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 3a
  5. Item 3b

Images

This is the alt text of the image

This is a link

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