Headings (H1–H4)
# H1
## H2
### H3
#### H4PSRay Markdown
Write clear trophy guides with familiar Markdown and PSRay's collapsible, callout, step and spoiler blocks.
These familiar forms work in every trophy tip.
Tips automatically generate a table of contents from H1–H4 headings. Follow the content hierarchy and do not use headings merely to enlarge text.
# H1
## H2
### H3
#### H4- Item
- Item
1. First
2. Second[CommonMark](https://commonmark.org)**Bold** and *italic* and ~~strike~~Bold and italic and strike
- [x] Complete
- [ ] Remaining> A useful note
> Supporting details continue here.
> The final line stays in the same quote.A useful note
Supporting details continue here.
The final line stays in the same quote.
`inline code`
```
code block
```inline code
code block
Images always appear as standalone blocks for readable guides and long-form posts. Add Pandoc attributes immediately after an image to set its size. Setting only width or height preserves its intrinsic ratio; setting both uses the requested dimensions. Values are pixels from 1 to 4096.
{width=48}{height=88}{width=112 height=48}Select text in the editor, then apply a background highlight, colored underline, allow-listed text color or text size.
This whole sentence, while==Important text== is followed by ordinary text.This whole sentence, whileImportant text is followed by ordinary text.
[Important text]{color=red}Important text
This whole sentence, while [Small]{size=small} [Large]{size=large} [Extra large]{size=xlarge}This whole sentence, while Small Large Extra large
This whole sentence, while[Slate]{underline=slate} is followed by ordinary text.
[Red]{underline=red} [Orange]{underline=orange} [Yellow]{underline=yellow} [Green]{underline=green} [Blue]{underline=blue} [Purple]{underline=purple} [Pink]{underline=pink}This whole sentence, whileSlate is followed by ordinary text.
Red Orange Yellow Green Blue Purple Pink
Pandoc-style syntax keeps attributes for the same range in one attribute block. Nest only when the text ranges differ. Attribute order does not affect the result.
When color, size and underline apply to the same text, keep the attributes together.
[Important text]{color=red size=large}Important text
The outer size applies to all text while the inner color applies only to part of it.
[This whole sentence, while [this part is red]{color=red}]{size=large}This whole sentence, while this part is red
This parses correctly but is verbose; use a single attribute block instead.
[[Important text]{color=red}]{size=large}Important text
Start a block with ::: and finish it with another ::: line.
Hide supporting details behind a clickable heading.
::: details::: details Collectible location
Break the crate on the right after passing through the castle gate to obtain the **collectible**.
:::Break the crate on the right after passing through the castle gate to obtain the collectible.
Highlight useful background information.
::: info::: info Before you begin
This challenge becomes available after **Chapter 3** and has a recommended level of 20.
:::This challenge becomes available after Chapter 3 and has a recommended level of 20.
Call attention to a practical recommendation.
::: tip::: tip A reliable strategy
Dodge just after the boss finishes attacking to create a safe opening for a counterattack.
:::Dodge just after the boss finishes attacking to create a safe opening for a counterattack.
Warn readers about something important.
::: warning::: warning Missable item
Open the chest before leaving the area. You cannot return after starting the next chapter.
:::Open the chest before leaving the area. You cannot return after starting the next chapter.
Emphasize a serious risk or irreversible action.
::: danger::: danger Save data warning
Confirming this choice locks your route. Create a manual save before continuing.
:::Confirming this choice locks your route. Create a manual save before continuing.
Group tasks in a card with a title and live completion count.
::: checklist::: checklist Boss battle preparation
- [x] Restock healing items
- [ ] Equip resistance gear
- [ ] Unlock the shortcut
:::Present a numbered walkthrough.
::: steps::: steps
1. Defeat every enemy in the courtyard
2. Press the switch behind the statue
3. Enter the treasure room through the open door
:::Collapse spoiler content containing multiple paragraphs or lists.
::: spoiler::: spoiler Ending requirement
Collect every key before opening the final door to reach the **secret ending**.
:::Collect every key before opening the final door to reach the secret ending.
Use the inline syntax shown below for a short phrase within a sentence. Its text is obscured until clicked.
|| ... ||After defeating the final boss, ||the secret ending is unlocked|| and the related trophy is awarded.After defeating the final boss, the secret ending is unlocked and the related trophy is awarded.
Different advanced blocks can be nested. Keep each opening and closing marker on its own line so the structure stays clear.
:::: details Optional title
::: warning Warning
Content
:::
::::Choose the smallest spoiler boundary that protects readers.