mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-25 12:52:23 +00:00
`react-monaco-editor` has a dependency on `monaco-editor@*`. This makes it annoying to manage the exact version of `monaco-editor` that’s being used.
10 lines
167 B
HTML
10 lines
167 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Monaco YAML</title>
|
|
</head>
|
|
<body>
|
|
<div id="editor"></div>
|
|
</body>
|
|
</html>
|