Tables

You can use tables to show structured information within Logseq.

To add a table, simply insert the text with each row (ctrl + enter) on its own line within the same block and each column separated by a vertical line (|).

The following text:

|Column A|Column B|Column C|
|Text|More text|And even more|
|Text|More text|And even more|

Renders the below table in Logseq.

Be sure to also check out https://www.tablesgenerator.com/markdown_tables for your tabular data. The site will auto-generate the correct table syntax that you can copy and paste into Logseq.

Last updated