Standard GFM table
| Header 1 | Header 2 | Header 3 |
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
| Cell 7 | Cell 8 | Cell 9 |
Table with alignment
| Left-aligned | Center-aligned | Right-aligned |
| :------------- | :--------------: | --------------: |
| left | center | right |
| text | text | text |
Notion raw HTML table (with links in cells)
Notion exports tables with complex content as raw HTML. Links inside <td> cells use markdown syntax that must be converted to <a> tags.
| Package | Version | Documentation |
| remark-nfm | 0.0.3 | README |
| notro-loader | 0.0.1 | README |
| notro-ui | 0.0.1 | README |
Table with multiple links per cell
| Feature | Status | Notes |
callout | ✅ | Supports nested callouts |
toggle | ✅ | Tab-indented content dedented |
columns | ✅ | Multi-column layouts |
table | ✅ | Raw HTML + GFM tables |
math | ✅ | Inline $...$ and block $$ |