Commit 4476534
committed
🤖 fix: prevent mdBook from parsing HTML as markdown
- Remove newlines from generated HTML to make it single-line
- mdBook treats multi-line content as markdown, inserting <p> tags
- Single-line HTML is passed through unchanged
- Fixes HTML corruption in extension overview page1 parent fd480e8 commit 4476534
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
| |||
0 commit comments