-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe8c5dc
commit 4cdc42c
Showing
12 changed files
with
592 additions
and
691 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
({ | ||
katexConfig: { | ||
"macros": {} | ||
}, | ||
|
||
mathjaxConfig: { | ||
"tex": {}, | ||
"options": {}, | ||
"loader": {} | ||
}, | ||
|
||
mermaidConfig: { | ||
"startOnLoad": false | ||
}, | ||
}) |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- The content below will be included at the end of the <head> element. --> | ||
<script type="text/javascript"> | ||
document.addEventListener("DOMContentLoaded", function () { | ||
// your code here | ||
}); | ||
</script> |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
({ | ||
// Please visit the URL below for more information: | ||
// https://shd101wyy.github.io/markdown-preview-enhanced/#/extend-parser | ||
|
||
onWillParseMarkdown: async function(markdown) { | ||
return markdown; | ||
}, | ||
|
||
onDidParseMarkdown: async function(html) { | ||
return html; | ||
}, | ||
}) |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
/* Please visit the URL below for more information: */ | ||
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */ | ||
|
||
.markdown-preview.markdown-preview { | ||
|
||
|
||
} |
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.