Skip to content

Commit 6fd6c61

Browse files
codydecursoragent
andauthored
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>
1 parent 59cb33f commit 6fd6c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform-includes/configuration/integrations/javascript.nestjs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Integrations
22

33
| | **Auto Enabled** | **Errors** | **Tracing** | **Additional Context** |
4-
| --------------------------------------------------------- | :--------------: | :--------: | :---------: | :--------------------: | --- |
4+
| --------------------------------------------------------- | :--------------: | :--------: | :---------: | :--------------------: |
55
| [`amqplibIntegration`](./amqplib) || || |
66
| [`consoleIntegration`](./console) || | ||
77
| [`contextLinesIntegration`](./contextlines) ||| | |
@@ -39,6 +39,6 @@
3939
| [`localVariablesIntegration`](./localvariables) | || | |
4040
| [`nodeProfilingIntegration`](./nodeprofiling) | | || |
4141
| [`rewriteFramesIntegration`](./rewriteframes) | || | |
42-
| [`supabaseIntegration`](./supabase) | ||| | |
42+
| [`supabaseIntegration`](./supabase) | ||| |
4343
| [`trpcMiddleware`](./trpc) | ||||
44-
| [`unleashIntegration`](./unleash) | | | | | |
44+
| [`unleashIntegration`](./unleash) | | | | |

0 commit comments

Comments
 (0)