Copypaste
Table Copypaste
Scene Table
- Input
markdown
| **Scene id or name** | |
|-------------------------------------|------------------|
| **No. of Exits** | |
| [**Exits Position**](##exits) | |
| [**Enemies**](##enemies) | |
| [**Checks**](##checks) | |
- Output
Scene id or name | |
---|---|
No. of Exits | |
Exits Position | |
Enemies | |
Checks |
Technique Table
- Input
markdown
| Technique Name | |
|---------------------------|---------------------------|
| **Speedrun Categories** | |
| **Game Version** | |
| **Requirements** | |
| **Setup Required** | |
| **Pixel/Frame related?** | |
| **Change Game Behavior?** | |
- Output
Technique Name | |
---|---|
Speedrun Categories | |
Game Version | |
Requirements | |
Setup Required | |
Pixel/Frame related? | |
Change Game Behavior? |
Callout
You can modify the callout title by appending it to the end of the type. For example, :::info Title
will have "Title" as its title.
It also supports GFM alerts which has a more concise syntax but is less powerful as you can't change titles
- Input
markdown
::: info
This is an info box.
:::
markdown
::: tip
This is a tip.
:::
markdown
::: warning
This is a warning.
:::
markdown
::: danger
This is a dangerous warning.
:::
markdown
::: details
This is a details block.
:::
- Output
INFO
This is an info box.
TIP
This is a tip.
WARNING
This is a warning.
DANGER
This is a dangerous warning.
Details
This is a details block.
Video autoplay Tag
html
<video autoplay="autoplay">
</video>
Tabs Component
Doc here
- Input
markdown
:::tabs
== tab a
a content
== tab b
b content
:::
- Output
a content