All checks were successful
Deploy to S3 / deploy (push) Successful in 1m41s
- minmax(0,1fr)+min-width:0 and pre-wrap so a long fenced line no longer blows out the grid - build-time KaTeX via @vscode/markdown-it-katex; ship katex CSS+fonts and link in layouts
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"name": "unprompted",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"dev": "eleventy --serve --watch"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@11ty/eleventy-img": "^5.0.0",
|
|
"@vscode/markdown-it-katex": "^1.1.2",
|
|
"katex": "^0.17.0"
|
|
}
|
|
}
|