Documentation Example


Welcome to the documentation!
In this file, we'll demonstrate various basic elements like headings, paragraphs, lists, formatting styles, links, images, and code examples.

Paragraph

This is an example of a simple paragraph.
You can write multiple sentences here to explain your content clearly and effectively.

Image

[object Object]
Artificial intelligence for modelling infectious disease epidemics from @nature

Ordered List

Here’s an example of an ordered list:

  1. First item
  2. Second item
  3. Third item

Unordered List

And here’s an unordered list:

Text Formatting

You can use different styles for your text:

Link

Here’s a link to Next.js Documentation.

Inline Code

Sometimes you need to show inline code like this.

Code Block

Here’s an example of a code block:

function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('World');

Check the repository for more examples:

GitHubumemiya.fyi