1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

add markdown-it-footnote

This commit is contained in:
zhdbk3
2025-08-13 16:34:14 +08:00
parent 76ab4880c6
commit 7d17e157f3
3 changed files with 650 additions and 2695 deletions

View File

@@ -2,7 +2,7 @@ const glob = require('./lib/glob');
const { ROOT, readFile, resolve } = require('./resolve');
const actions = require('./actions');
const File = require('./file');
const sass = require('node-sass');
const sass = require('sass');
const Promise = require('bluebird');
const postcss = require('postcss');
const autoprefixer = require('autoprefixer');

3340
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -74,11 +74,11 @@
"make-fetch-happen": "^11.0.2",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-footnote": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"memoizepromise": "^2.0.0",
"minimist": "^1.2.7",
"morgan": "^1.10.0",
"node-sass": "^9.0.0",
"plugin-error": "^2.0.1",
"png-to-ico": "^2.1.8",
"popper.js": "^1.16.0",
@@ -89,6 +89,7 @@
"rollup": "^3.9.1",
"rollup-plugin-react-svg": "^3.0.3",
"rss": "^1.2.2",
"sass": "^1.90.0",
"serve-index": "^1.9.1",
"string-strip-html": "^8.3.0",
"svg-dimensions": "^1.0.2",