1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-26 04:52:43 +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');