Skip to main content

Docusaurus Testing

This file is meant to show what Docusaurus is capable of and how it looks in this projects styles

Sources:

Callouts / Admonitions

note

The content and title can include markdown.

You can specify an optional title

Heads up! Here's a pro-tip.

info

Useful information.

caution

Warning! You better pay attention!

danger

Danger danger, mayday!

Specify type and title

Your Title

The content and title can include markdown.

Badges

PrimarySecondarySuccessInfoWarningDanger

Tabs

Tabs

Hello Tab 1, text first

Code in Tab 1

Extra Code Block Styling

Extra Code Block Styling

Highlighting lines:

import something from "some";

class SomeClass {
public hello?: string
}

export SomeClass;

Line Numbering:

import something from "some";

class SomeClass {
public hello?: string
}

export SomeClass;

Yarn & NPM:

npm install somepackage