Skip to content

Commit

Permalink
fix: fork solid-markdown and remove ugly workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Oct 1, 2024
1 parent 2fce175 commit cba7def
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 566 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"editor.fontFamily": "jetbrains mono",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": false,
"eslint.validate": [
"javascript",
"javascriptreact",
"svelte",
"astro", // Enable .astro
"typescript", // Enable .ts
"typescriptreact" // Enable .tsx
Expand Down
Binary file added bun.lockb
Binary file not shown.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,14 @@
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"reveal.js": "^5.1.0",
"solid-js": "^1.9.1",
"solid-markdown": "^2.0.13",
"solid-markdown": "https://pkg.pr.new/promplate/solid-markdown@4387fb3",
"solid-toast": "^0.5.0",
"solidjs-use": "^2.3.0",
"svelte": "^4.2.19",
"svelte-sonner": "^0.3.28",
"tiktoken": "^1.0.16",
"unified": "^11.0.5"
"tiktoken": "^1.0.16"
},
"devDependencies": {
"@evan-yang/eslint-config": "^1.0.9",
Expand Down
Loading

0 comments on commit cba7def

Please sign in to comment.