Files
discourse/app
Renato Atilio 9f51f64803 FEATURE: add table rich editor extension (#31153)
Continues the work done on
https://github.com/discourse/discourse/pull/30815.

Adds a `table` node and its descendants – `table_head`, `table_body`,
`table_row`, `table_header_cell`, `table_cell` –, its Markdown
serializing/parsing logic, and a plugin to use the first body **row** of
a head-less table as the **header** when pasting `text/html`.
2025-03-04 11:45:19 -03:00
..