-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Slidev to latest version. There were some breaking changes related to the code block highlighter. The default highlighter was changed from Prism to Shiki and the new highlighter did not have a `git` language.
- Loading branch information
1 parent
2065cb8
commit 9bce490
Showing
5 changed files
with
1,782 additions
and
964 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ git show -p | |
|
||
This will show the commit with the included changes. | ||
|
||
```git | ||
```git-commit | ||
commit ca82a6dff817ec66f44342007202690a93763949 | ||
Author: Scott Chacon <[email protected]> | ||
Date: Mon Mar 17 21:52:11 2008 -0700 | ||
|
@@ -117,7 +117,7 @@ git push | |
|
||
Check the output for errors and open the link provided. | ||
|
||
```git | ||
```text | ||
Enumerating objects: 5, done. | ||
Counting objects: 100% (5/5), done. | ||
Compressing objects: 100% (3/3), done. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.