mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 11:38:48 +02:00
chore: add another react pages examples
This commit is contained in:
parent
ea37e54477
commit
9dc4cc2ff4
10 changed files with 63 additions and 19 deletions
|
@ -3,17 +3,6 @@ id: hello
|
|||
title: Hello, World !
|
||||
---
|
||||
|
||||
Hi, Endilie here :)
|
||||
|
||||
```py
|
||||
import hello
|
||||
def hi(name):
|
||||
hello(name)
|
||||
|
||||
print('Welcome to my repos!')
|
||||
```
|
||||
|
||||
|
||||
## Blockquotes
|
||||
|
||||
> Blockquotes can also be nested...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue