-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package versions & add markdown page
- Loading branch information
1 parent
996297b
commit d5d9c21
Showing
4 changed files
with
4,711 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
|
||
# Markdown | ||
|
||
## Заголовок 2 | ||
|
||
### Заголовок 3 | ||
|
||
#### Заголовок 4 | ||
|
||
:::note[Your Title **with** some _Markdown_ `syntax`!] | ||
|
||
Some **content** with _Markdown_ `syntax`. Check [this `api`](#). | ||
|
||
::: | ||
|
||
:::tip | ||
|
||
Some **content** with _Markdown_ `syntax`. Check [this `api`](#). | ||
|
||
::: | ||
|
||
:::info | ||
|
||
Some **content** with _Markdown_ `syntax`. Check [this `api`](#). | ||
|
||
::: | ||
|
||
:::warning | ||
|
||
Some **content** with _Markdown_ `syntax`. Check [this `api`](#). | ||
|
||
::: | ||
|
||
:::danger | ||
|
||
Some **content** with _Markdown_ `syntax`. Check [this `api`](#). | ||
|
||
::: | ||
|
||
- a | ||
- list! | ||
|
||
> Docusaurus has built-in support for MDX, which allows you to write JSX within your Markdown files and render them as React components. | ||
--- | ||
|
||
- **This is bold text** | ||
- *This text is italicized* | ||
- ~~This was mistaken text~~ | ||
- **This text is _extremely_ important** | ||
- ***All this text is important*** | ||
- This is a <sup>superscript</sup> text | ||
- This is a <sub>subscript</sub> text | ||
|
||
| First Header | Second Header | Third Header | | ||
| ------------- | ------------- | ------------- | | ||
| Content Cell | Content Cell | Empty | | ||
| Content Cell | Content Cell | | | ||
| Content Cell | Content Cell | | | ||
| Content Cell | Content Cell | | | ||
| Content Cell | Content Cell | | | ||
| Content Cell | Content Cell | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.