diff --git a/en/docusaurus-plugin-content-docs/current/introduction/index.mdx b/en/docusaurus-plugin-content-docs/current/introduction/index.mdx index 5fc94df..690bbad 100644 --- a/en/docusaurus-plugin-content-docs/current/introduction/index.mdx +++ b/en/docusaurus-plugin-content-docs/current/introduction/index.mdx @@ -18,7 +18,7 @@ No more juggling complex character sheets! This bot allows you to set up a stati ### Dice Rolling -For the rolls, this bot utilizes the [@diceRoller](https://dice-roller.github.io/documentation/) API. It also supports the notation `4#(dice)` for bulk rolls, allowing you to save time during your gaming sessions. +This bot utilizes [@diceRoller](https://dice-roller.github.io/documentation/) API. It also supports the notation `4#(dice)` for bulk rolls, allowing you to save time during your gaming sessions. #### Shared Single Rolls (result reuse) @@ -44,7 +44,7 @@ The comments between each formula will be merged into a single comment. ::::tip It is possible to use dice in the formules, but only the first die will be saved and reused. -:::example[1d20;&+1d4;&*2] +:::example[ `1d20;&+1d4;&*2`] ``` 1d20 ⟶ [11] = 11 ◈ [1d20]+1d4 ⟶ 11+[2] = 13