Skip to content

Commit

Permalink
feat: markdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 4, 2023
1 parent 6583ef1 commit 3eb9e72
Show file tree
Hide file tree
Showing 23 changed files with 768 additions and 7 deletions.
12 changes: 12 additions & 0 deletions markdoc.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"id": "appwrite",
"path": "src/",
"schema": {
"path": ".svelte-kit/markdoc_schema.js",
"type": "esm",
"property": "default",
"watch": true
}
}
]
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,23 @@
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"oslllo-svg-fixer": "^2.2.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.65.1",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"svelte-markdoc-preprocess": "^0.3.0",
"svelte-sequential-preprocessor": "^2.0.1",
"svgtofont": "^3.22.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vitest": "^0.32.2",
"oslllo-svg-fixer": "^2.2.0",
"svgtofont": "^3.22.0"
"vitest": "^0.32.2"
},
"type": "module",
"dependencies": {
"@fontsource/inter": "^5.0.8"
"@fontsource/inter": "^5.0.8",
"highlight.js": "^11.8.0"
}
}
87 changes: 86 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3eb9e72

Please sign in to comment.