Commit eb7b4bf
authored
Fixes formatting for code block (#3055)
The Rollover page includes a code block that doesn't render as expected,
so I'm removing the `console` option.
-------
Here's how it currently renders:
<img width="874" height="242" alt="image"
src="https://github.com/user-attachments/assets/280f94c8-9464-4f2c-8fe3-f6e8595c0b48"
/>
And here's how I'd expect it to render:
<img width="874" height="242" alt="image"
src="https://github.com/user-attachments/assets/ccdc9e57-3baa-4ce9-a25f-24102ba9a95e"
/>1 parent 461ed96 commit eb7b4bf
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments