# Obsidian Tables Features --- ```md First Header | Second Header ------------ | ------------ Content from cell 1 | Content from cell 2 Content in the first column | Content in the second column ``` ^58c898 First Header | Second Header ------------ | ------------ Content from cell 1 | Content from cell 2 Content in the first column | Content in the second column --- ```md Tables can be justified with a colon | Another example with a long title | Third Column Title :----------------|-------------:|:------: because of the `:` | these will be justified|center justify ``` Tables can be justified with a colon | Another example with a long title | Third Column Title :----------------|-------------:|:------: because of the `:` | these will be justified|center justify --- ```md First Header | Second Header ------------ | ------------ [[Format your notes\|Formatting]] | [[Callouts\|Callouts]] ``` First Header | Second Header ------------ | ------------ [[Format your notes\|Formatting]] | [[Callouts\|Callouts]] --- ```md First Header | Second Header ------------ | ------------: Content from cell 1 | Content from cell 2 Content in the first column | Content in the second column [[Long Link Name\|Link]] | Right Justified ``` First Header | Second Header ------------ | ------------: Content from cell 1 | Content from cell 2 Content in the first column | Content in the second column [[Long Link Name\|Link]] | Right Justified --- [[HTML]] works in tables Ex: use `<br />` to insert a line break [[Obsidian Formatting#Tables|See more info about Core Formatting of Tables]] --- [[Advanced Tables|Advanced Tables Plugin]] ![[Advanced Tables#^1329d4]] --- [[DataView|DataView Plugin]] ![[DataView#Tables]] ---