How to markdown changes

This commit is contained in:
Mitchell McCaffrey 2020-07-02 17:28:22 +10:00
parent e08d30103c
commit 1094f0c358
5 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
(video)[video_url]
TODO

View File

@ -2,6 +2,8 @@
To start a game in Owlbear Rodeo head to the [home page](https://owlbear.rodeo) and click the Start Game button.
TODO: Add video
`Tip: When starting a game you can add a password to protect your session from unwanted guests`
## Joining a game

View File

@ -2,7 +2,7 @@ The Fog Tool allows you to add hidden areas to control what the other party memb
![Using Fog](usingFog)
`Tip: When using the Fog Tool the fog will be transparent, this is to make it easier to align your fog with the map below. When the Fog Tool is no longer in use the fog will be opaque. This extends to other party members meaning if others are denied fog editing permissions they can not see under the fog until you reveal what's underneath.`
`Note: When using the Fog Tool the fog will be transparent, this is to make it easier to align your fog with the map below. When the Fog Tool is no longer in use the fog will be opaque. This extends to other party members meaning if others are denied fog editing permissions they can not see under the fog until you reveal what's underneath.`
A summary of the Fog Tool options are listed below.

View File

@ -58,3 +58,5 @@ A brief summary of these settings is listed below.
## Removing a Custom Token
To remove a custom token open the Token Edit Screen, select the desired token and click the Remove Token Button on the token tile.
`Warning: This operation cannot be undone`

View File

@ -51,7 +51,7 @@ function ReleaseNotes() {
</Accordion>
</div>
<div id="sharingMaps">
<Accordion heading="Sharing a Map" defaultOpen>
<Accordion heading="Sharing a Map">
<Markdown source={sharingMaps} assets={assets} />
</Accordion>
</div>