mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
This example demonstrates how to listen to model change events so that the content of the editor can be validated. Any content that is deemed invalid can be flagged with a model marker. Signed-off-by: Remy Suen <remy.suen@gmail.com>
1 line
48 B
HTML
1 line
48 B
HTML
<div id="container" style="height: 100%"></div>
|