-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
when there is a space char after the four backticks of md magic-move and that is not the end of the slide you get wired "code" rendered:
Removing the space char fixes the issue:
slide content for reproduction:
---
# magic-move issue repro
````md magic-move
```tsx
import { useState } from 'react';
```
```tsx
import { useState } from 'react';
import router from 'next/router';
```
````
any further content
<!--
some speaker node
-->
Environment
- Slidev version: 52.8.0 (latest)
- Browser: Chrome latest
- OS: Windows
Copilot