Skip to content

Commit

Permalink
chore: remove trailing space in template (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevanantha committed May 14, 2021
1 parent 2270e0a commit 5a7e73e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/create-app/template/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ highlighter: shiki
info: |
## Slidev Starter Template
Presentation slides for developers.
Learn more at [Sli.dev](https://sli.dev)
---

Expand Down Expand Up @@ -40,7 +40,7 @@ The last comment block of each slide will be treated as slide notes. It will be
# What is Slidev?

Slidev is a slides maker and presenter designed for developers, consist of the following features

- 📝 **Text-based** - focus on the content with Markdown, and then style them later
- 🎨 **Themable** - theme can be shared and used with npm packages
- 🧑‍💻 **Developer Friendly** - code highlighting, live coding with autocompletion
Expand Down Expand Up @@ -71,7 +71,6 @@ h1 {
}
</style>


---

# Navigation
Expand All @@ -94,7 +93,6 @@ Hover on the bottom-left corner to see the navigation's controls panel, [learn m
/>
<p v-after class="absolute bottom-23 left-45 opacity-30 transform -rotate-10">Here!</p>


---
layout: image-right
image: https://source.unsplash.com/collection/94734566/1920x1080
Expand Down Expand Up @@ -137,7 +135,7 @@ We have provided a few built-in components like `<Tweet/>` and `<Youtube/>` that
<!-- ./components/Counter.vue -->
<Counter :count="10" m="t-4" />

Check out [the guides](https://sli.dev/custom/#components) for more.
Check out [the guides](https://sli.dev/builtin/components.html) for more.

</div>
<div>
Expand Down Expand Up @@ -250,11 +248,11 @@ const final = {
}
</script>

<div
<div
v-motion
:initial="{ x:35, y: 40, opacity: 0}"
:enter="{ y: 0, opacity: 1, transition: { delay: 3500 } }">

[Learn More](https://sli.dev/guide/animations.html#motion)

</div>
Expand Down

0 comments on commit 5a7e73e

Please sign in to comment.