alvarosabu / slidev-theme-penguin

A Penguin 🐧 theme for Slidev
https://slidev-theme-penguin.alvarosaburido.dev/
152 stars 49 forks source link

automatically added to the last line in the code block. #31

Open YuheiFUJITA opened 1 year ago

YuheiFUJITA commented 1 year ago

When I use a code block in a slide, a blank line is automatically added to the last line in the code block.

Is there any way to disable this?

This is sample code and preview.

---
layout: center
---

# install VS Code extension

```bash
code --install-extension antfu.slidev
```

localhost_3030_10(FHD)