Skip to content

Text & lists

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:

  1. First step
  2. Second step
  3. 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 AddMoney reason param
  • Fixed statebag replication

v1.1.0

  • Initial export docs

See also