Skip to content

Commit

Permalink
chore: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 27, 2021
1 parent 94b0842 commit 8e81529
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions packages/create-app/template/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ image: https://source.unsplash.com/collection/94734566/1920x1080

# Code

Use code snippets and get the highlighting directly[^1]!
Use code snippets and get the highlighting directly![^1]

```ts {all|2|1-6|9|all}
interface User {
Expand All @@ -124,10 +124,13 @@ function updateUser(id: number, update: User) {

<style>
.footnotes-sep {
margin-top: 3em;
margin-top: 5em;
}
.footnotes {
@apply text-sm opacity-75;
}
.footnote-backref {
display: none
display: none;
}
</style>

Expand Down Expand Up @@ -332,4 +335,4 @@ class: text-center

# Learn More

[Documentations](https://sli.dev) / [GitHub Repo](https://github.com/slidevjs/slidev)
[Documentations](https://sli.dev) / [GitHub](https://github.com/slidevjs/slidev) / [Showcases](https://sli.dev/showcases.html)

0 comments on commit 8e81529

Please sign in to comment.