TradingView
FFriZz
2023年2月22日午後3時25分

Unispaces 

SWEATUSDT Perpetual Swap ContractOKX

詳細

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 `

リリースノート

v2

Added:
repeat(to_repeat, count)
  Parameters:
    to_repeat: (str) required | "ABC"
    count: (str) required |
  Returns: `string - string of repeated strings`
***
コメント
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.
詳細