Files
oak-gpui/docs/src/languages/html.md
T
Marshall Bowers 3a5d116ffe docs: Update language docs and include links in the sidebar (#13828)
This PR updates the supported language docs and adds them to the sidebar
for better discoverability.

Release Notes:

- N/A
2024-07-04 11:08:38 -04:00

334 B

HTML

HTML support is available through the HTML extension.

This extension is automatically installed.

If you do not want to use the HTML extension, you can add the following to your settings:

{
  "auto_install_extensions": {
    "html": false
  }
}