You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Markdown table rendering for nestjs integrations (#14123)
Markdown table formatting was corrected in
`platform-includes/configuration/integrations/javascript.nestjs.mdx`.
The changes addressed rendering issues caused by misaligned columns and
extra pipe characters.
Specifically:
* The table header separator row was adjusted by removing an extraneous
`| --- |` to align with a 5-column structure.
* The `supabaseIntegration` row was modified to remove an extra, empty
column.
* The checkmark in the `unleashIntegration` row was relocated to the
correct "Additional Context" column, resolving its placement in an
unintended extra column.
These adjustments ensure the table consistently renders with five
columns: "Integration name", "Auto Enabled", "Errors", "Tracing", and
"Additional Context", improving readability and visual alignment.
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
0 commit comments