Add support for JavaScript highlighting in Markdown cells (#1432)

This commit is contained in:
Brooklin Myers 2022-09-23 04:21:14 -07:00 committed by GitHub
parent 4ec70e7721
commit a103bc3d1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ module.exports = (env, options) => {
}),
new MiniCssExtractPlugin({ filename: "../css/app.css" }),
new MonacoWebpackPlugin({
languages: ["markdown", "elixir", "xml", "json", "sql", "html", "css"],
languages: ["markdown", "elixir", "xml", "json", "sql", "html", "css", "javascript"],
}),
],
optimization: {