We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897bb33 commit adb7bf7Copy full SHA for adb7bf7
resources/js/code/languages.js
@@ -35,7 +35,7 @@ const modeMap = {
35
go: () => legacyLoad('go'),
36
haskell: () => legacyLoad('haskell'),
37
hs: () => legacyLoad('haskell'),
38
- html: async () => html(),
+ html: async () => html({selfClosingTags: true}),
39
ini: () => legacyLoad('properties'),
40
java: () => legacyLoad('java'),
41
javascript: async () => javascript(),
0 commit comments