=== 16Deza Table Cell Extras === Contributors: juurokudezain Tags: table, gutenberg, block editor, formatting, background color Requires at least: 6.4 Tested up to: 7.0 Stable tag: 1.3.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Adds rich formatting options to Gutenberg table blocks — and optionally to any block. == Description == Table Cell Extras extends the formatting of standard table blocks. It allows for extended inline decoration, td/th conversion of the first column, and customizable cell background colors. Additionally, extended inline formatting can optionally be enabled outside of table blocks. **Features:** * **First-column td/th conversion** — The first column of table cells can be converted from `` to `` * **Cell background color** — You can set any cell background color (per row, per column, per cell) * **Text size** — Adjustable with a slider (0.75–2.0em) * **Row spacing (top)** — Add margin-top with a slider (0.1–2.0 lines) * **Row spacing (bottom)** — Add margin-bottom with a slider (0.1–2.0 lines) * **Pseudo unordered list** — Convert selected lines to bullet-point style (span-based) * **Pseudo ordered list** — Convert selected lines to numbered list style (CSS counter) * **Horizontal rule** — Insert a divider line at the cursor position **Why "pseudo" lists?** Gutenberg's RichText sanitizes block-level elements such as `