mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 07:07:25 +02:00
52 lines
944 B
Markdown
52 lines
944 B
Markdown
---
|
|
id: hello
|
|
title: Hello, World !
|
|
---
|
|
|
|
## Relative links
|
|
|
|
Replace this
|
|
[highlight](highlight.md) [docusaurus](docusaurus.md)
|
|
|
|
Can't replace this
|
|
[file](file.md)
|
|
|
|
Do not replace below
|
|
|
|
```
|
|
[highlight](highlight.md) [docusaurus](docusaurus.md)
|
|
```
|
|
|
|
## Blockquotes
|
|
|
|
> Blockquotes can also be nested...
|
|
>> ...by using additional greater-than signs right next to each other...
|
|
> > > ...or with spaces between arrows.
|
|
|
|
|
|
## Lists
|
|
|
|
Unordered
|
|
|
|
+ Create a list by starting a line with `+`, `-`, or `*`
|
|
+ Sub-lists are made by indenting 2 spaces:
|
|
- Marker character change forces new list start:
|
|
* Ac tristique libero volutpat at
|
|
+ Facilisis in pretium nisl aliquet
|
|
- Nulla volutpat aliquam velit
|
|
+ Very easy!
|
|
|
|
Ordered
|
|
|
|
1. Lorem ipsum dolor sit amet
|
|
2. Consectetur adipiscing elit
|
|
3. Integer molestie lorem at massa
|
|
|
|
|
|
1. You can use sequential numbers...
|
|
1. ...or keep all the numbers as `1.`
|
|
|
|
Start numbering with offset:
|
|
|
|
57. foo
|
|
1. bar
|