-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Fixed a bug of importing file that contains empty header * fix: Removed onWillTransformMarkdown and onDidTransformMarkdown * fix: Fixed a bug of parsing image syntax * feat: Updated to fontawesome 6 * fix: Fixed a bug of parsing inline code * feat: Updated wavedrom to 3.3.0 * feat: Supported to export element as png * refactor: Removed unnecessary console.log * fix: Disabled png export for vscode web extension * fix: Fixed checking isVSCodeWebExtension
- Loading branch information
Showing
38 changed files
with
3,055 additions
and
3,588 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 |
---|---|---|
|
@@ -4,7 +4,8 @@ I managed some of the libraries by myself instead of through npm to reduce the o | |
|
||
```json | ||
{ | ||
"font-awesome": "4.7", | ||
"font-awesome": "6.4.2", // Download from here: https://fontawesome.com/download | ||
// Fontawesome cheatsheet is available here: https://kapeli.com/cheat_sheets/Font_Awesome.docset/Contents/Resources/Documents/index | ||
"katex": "v0.16.9", // Only keep the css and fonts files. | ||
"mermaid": "10.5.0", // https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js | ||
"reveal": "4.6.0", | ||
|
@@ -16,7 +17,7 @@ I managed some of the libraries by myself instead of through npm to reduce the o | |
"vega-lite": "5.16.1", // https://cdn.jsdelivr.net/npm/[email protected]/build/vega-lite.min.js | ||
"vega": "5.25.0", // https://cdn.jsdelivr.net/npm/[email protected]/build/vega.min.js | ||
|
||
"wavedrom": "2.9.1" | ||
"wavedrom": "3.3.0" // - https://cdn.jsdelivr.net/npm/[email protected]/wavedrom.min.js | ||
} | ||
``` | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
2,671 changes: 0 additions & 2,671 deletions
2,671
dependencies/font-awesome/fonts/fontawesome-webfont.svg
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.