# Tables This section shows tables rendered with Nefertiti for Sphinx. Unlike other components, tables written in Markdown are different from those written in reStructuredText. When using the Markdown standard syntax cells can be aligned but can not span other cells, while when using reStructuredText standard syntax cells can not be aligned but can span other cells. This section is separated in two documents, one written in Markdown and another written in reStructuredText to show the standard syntax for tables in each language. Nefertiti adds a small expand button at the top right side of tables. Clicking on the button opens the table in a modal window for improved visualization. ```{toctree} :glob: tables-md.md tables-rst.rst ```