mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00

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`.