-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta: removed old deps, updated deps, added shiki (#5725)
* meta: removed old deps, updated deps, added shiki * feat: introduced shiki and rehype pretty code * feat: updated styles for shiki * fix: jest setup for new version of js-dom * feat: introduced rehype-pretty-code * chore: some css changes for the codeboxes * chore: use shiki theme hosted by us * fix: shiki included on deployment * meta: undo changes * fix: include shiki languages that we use manually * chore: manuall import grammar * meta: removed unsupported languages * chore: updated text * chore: better docs * fix: fallback to plaintext * fix: white mode colour for codeblock * meta: ignore certain files * fix: fixed styles for inline code and etc --------- Co-authored-by: Michael Esteban <mickel13@gmail.com>
- Loading branch information
Showing
13 changed files
with
1,516 additions
and
1,564 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
import '@testing-library/jest-dom/extend-expect'; | ||
import '@testing-library/jest-dom'; |
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.