TradingView
FFriZz
22 Feb 2023 pukul 15.25

Unispaces 

SWEATUSDT Perpetual Swap ContractOKX

Huraian

Library "Unispaces"
Easier than looking up unicode spaces

spaces(sequence, string1, string2)
  UNISPACES
  Parameters:
    sequence: (int) required | 123 = 3 spaces / 3 different sizes (one space per number can find spaces in hover over)
    string1: (str) optional | default = ""
    string2: (str) optional | default = ""
  Returns: `string - concatenated string surrounding unispaces`

space(space, string1, string2)
  UNISPACE
  Parameters:
    space: (int) optional | default = 0 | 0-15 (can find spaces in hover over)
    string1: (str) optional | default = ""
    string2: (str) optional | default = ""
  Returns: `string - concatenated string surrounding a unispace `

Nota Keluaran

v2

Added:
repeat(to_repeat, count)
  Parameters:
    to_repeat: (str) required | "ABC"
    count: (str) required |
  Returns: `string - string of repeated strings`
***
Komen
StepBuyStep
You could even use the zero width space to format your code in the code block of your markdown. Instead of starting the line with | you could use a zero width space and the code would look just fine.
Lebih