[PR #6164] feat: add built-in markdown table formatting #11760

Open
opened 2026-02-16 18:16:42 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6164

State: open
Merged: No


Summary

  • Adds built-in markdown table formatting as core feature
  • Provides consistent table formatting experience
  • Configurable via experimental.format_tables (enabled by default)

Changes

  • New TextFormat module in src/format/text.ts
  • Configuration schema update
  • Integration into session text processing pipeline

Built-in table formatting ensures reliable markdown table presentation.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6164 **State:** open **Merged:** No --- ## Summary - Adds built-in markdown table formatting as core feature - Provides consistent table formatting experience - Configurable via experimental.format_tables (enabled by default) ## Changes - New TextFormat module in src/format/text.ts - Configuration schema update - Integration into session text processing pipeline Built-in table formatting ensures reliable markdown table presentation.
yindo added the pull-request label 2026-02-16 18:16:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11760