ttrpg-tools/content/index.md

56 lines
920 B
Markdown
Raw Normal View History

2026-02-26 00:17:23 +08:00
# 欢迎使用 TTRPG Tools
这是一个用于 TTRPG 文档的工具箱。
## 示例
2026-02-28 18:15:50 +08:00
::::{.flex.gap-4}
:::{.flex-1}
blah
:::
:::{.flex-1}
bler
:::
::::
2026-02-26 00:17:23 +08:00
### 骰子组件
点击下面的骰子来掷骰:
2026-02-28 17:46:41 +08:00
:md-dice[2d6] :md-dice[{d4, d8}]
2026-02-26 00:17:23 +08:00
2026-02-26 09:18:05 +08:00
:md-dice[3d6kh1] :md-dice[3d6dl2-1]
2026-02-26 00:17:23 +08:00
2026-02-26 00:51:32 +08:00
:md-dice[3d6+5]{key="attack"}
2026-02-26 00:17:23 +08:00
### 表格组件
2026-02-26 00:51:32 +08:00
:md-table[./sparks.csv]
2026-02-26 00:17:23 +08:00
2026-02-26 10:10:05 +08:00
:md-table[./sparks.csv]{roll}
2026-02-26 00:17:23 +08:00
2026-02-26 10:10:05 +08:00
:md-table[./sparks.csv]{roll remix}
2026-02-26 09:39:35 +08:00
2026-02-26 17:24:25 +08:00
:md-table[./npcs.csv]{roll}
2026-02-26 09:39:35 +08:00
### 链接
2026-02-26 09:59:45 +08:00
文本里面可以有:md-link[./stuff.md#啊什么]的啦
2026-03-10 23:17:49 +08:00
### 信息框
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.