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

Fix Markdown Footnotes and Other Improvements (#173)

* fix some typos in Simplified Chinese translations

* add markdown-it-footnote

* use markdown-it-footnote | fix lint | fix Actions
This commit is contained in:
着火的冰块nya
2025-10-08 22:27:42 +08:00
committed by GitHub
parent 8052bec31a
commit 54c7b125d9
9 changed files with 666 additions and 2704 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');