In that case, @Desmoric

  1. if you type:
column A, column B
value A1, value B1
value A2, value B2
  1. copy (or cut) the text
  2. and use Edit -> Paste Special -> CSV as Table (assuming that you have the Paste Special plugin installed)
  3. the plugin will paste in your note the table:
| column A |  column B | 
| --- | --- | 
| value A1 |  value B1 | 
| value A2 |  value B2 | 

which renders as:

column A column B
value A1 value B1
value A2 value B2
2 Likes