Text & lists
Text & links
Normal text, bold, italic, strikethrough, inline code, and internal link.
External: FiveM docs.
Blockquote for notes or quotes from other docs.
Headings
Use ## for main sections, ### for subsections, #### for detail.
Subsection
Detail level
Lists
Unordered:
- Item A
- Item B
- Nested B.1
- Nested B.2
- Item C
Ordered:
- First step
- Second step
- Third step
Task list:
- [x] Done task
- [ ] Todo task
Definition-style (bold label):
- Client — runs on player machine
- Server — runs on FXServer
- Shared — loaded on both
Inline API in prose
Call exports['pcore-core']:GetCharacter(source) then check char.citizenid.
Press Ctrl + K to search docs (VitePress default).
Changelog block (example)
v1.2.0
- Added
AddMoneyreason param - Fixed statebag replication
v1.1.0
- Initial export docs
