Generate a GitHub-compatible Markdown table from headers and rows.
Headers and rows become pipe-delimited lines, a separator row is generated, and cell pipes and newlines are escaped. Alignment markers are placed in the separator for selected columns.
Headers: ["Name","Role"] Rows: [["Alice","Engineer"],["Bob","Designer"]]
| Name | Role | | :--- | :--- | | Alice | Engineer | | Bob | Designer |
README option tables, release notes, and project wiki comparisons generate Markdown tables.