diff --git a/package.json b/package.json index e7d00b5bf0..65665cd966 100644 --- a/package.json +++ b/package.json @@ -110,6 +110,7 @@ "retext-spell": "^4.0.0", "retext-syntax-urls": "^2.0.0", "shelljs": "^0.8.5", + "showdown": "^2.1.0", "unified": "^9.2.1", "walk-sync": "^2.0.2", "webpack": "^5.72.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdf113db22..8d6439fb5f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -218,6 +218,9 @@ devDependencies: shelljs: specifier: ^0.8.5 version: 0.8.5 + showdown: + specifier: ^2.1.0 + version: 2.1.0 unified: specifier: ^9.2.1 version: 9.2.2