Create Tables
  • A template of a table can be used through the box editor.
  • Example:
  • Head 1 Head 2 Head 3
    A1 A2 A3
    B1 B2 B3
  • 📝 Input:
  • ||| Head 1 || Head 2 || Head 3 ||
    || A1 || A2 || A3 ||
    || B1 || B2 || B3 ||
  • The table header begins with three vertical bars |||. Each new table row must begin with ||.
  •  
  • Simple Alternative:
  • If it is a small table, you can enter it directly by inputting the table as a code block. This requires setting 3 backticks (`), then the table content, and then 3 backticks again.
  • Example:
  • Head 1 | Head 2 | Head 3
    Content A | Content B | ...
    1235678 | 9012345 | ...
  • However, this requires manual formatting.
  • ⚙ tables