mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
fix(dashboard): parse non-ASCII characters in code blocks
This commit is contained in:
parent
64c1939d71
commit
07e653a1b8
3 changed files with 388 additions and 367 deletions
|
|
@ -11,6 +11,7 @@
|
|||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
|
||||
"@tsconfig/svelte": "^3.0.0",
|
||||
"js-base64": "^3.7.7",
|
||||
"svelte": "^3.44.0",
|
||||
"svelte-check": "^2.2.7",
|
||||
"svelte-toggle": "^3.1.0",
|
||||
|
|
@ -26,7 +27,7 @@
|
|||
"bootstrap": "^5.1.3",
|
||||
"bootstrap-dark-5": "^1.1.3",
|
||||
"core-js-pure": "^3.23.4",
|
||||
"discord-markdown": "https://github.com/Draconizations/discord-markdown#fe852ba7bf2f56744a632207a314d749aa12dd65",
|
||||
"discord-markdown": "github:draconizations/discord-markdown#77ed4acec80ebbc3f3b6d9e18eb0217c646f18c7",
|
||||
"gh-pages": "^3.2.3",
|
||||
"highlight.js": "^11.7.0",
|
||||
"import": "^0.0.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue