mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-17 22:30:03 +08:00
Highlight HTML in Markdown snippets (#1244)
This commit is contained in:
parent
0c04f659c4
commit
2e29167229
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ module.exports = (env, options) => {
|
|||
}),
|
||||
new MiniCssExtractPlugin({ filename: "../css/app.css" }),
|
||||
new MonacoWebpackPlugin({
|
||||
languages: ["markdown", "elixir", "xml", "json", "sql"],
|
||||
languages: ["markdown", "elixir", "xml", "json", "sql", "html"],
|
||||
}),
|
||||
],
|
||||
optimization: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue