Automattic / studio

Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
https://developer.wordpress.com/studio/
GNU General Public License v2.0
138 stars 12 forks source link

feat: Assistant renders Markdown tables #249

Closed dcalhoun closed 1 week ago

dcalhoun commented 1 week ago

Fixes https://github.com/Automattic/dotcom-forge/issues/7720.

Proposed Changes

Testing Instructions

  1. Request tabular data containing a large number of columns from the AI assistant.
  2. Verify a styled table is rendered and is scrollable to view all information.
markdown-table

Pre-merge Checklist