mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Merge pull request #4037 from steventrouble/patch-1
Fix lorem ipsum text on marketing page.
This commit is contained in:
commit
84d1bed101
1 changed files with 6 additions and 8 deletions
|
|
@ -172,10 +172,9 @@ class EditorDemo extends React.Component {
|
||||||
<div>
|
<div>
|
||||||
<h2>IntelliSense, Validation</h2>
|
<h2>IntelliSense, Validation</h2>
|
||||||
<p>
|
<p>
|
||||||
Paragraph of text beneath the heading to explain
|
Get completions and errors directly in the
|
||||||
the heading. We'll add onto it with another
|
browser for supported languages. Or write your
|
||||||
sentence and probably just keep going until we
|
own completion providers in JavaScript.
|
||||||
run out of words.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -184,10 +183,9 @@ class EditorDemo extends React.Component {
|
||||||
<div>
|
<div>
|
||||||
<h2>Basic Syntax Colorization</h2>
|
<h2>Basic Syntax Colorization</h2>
|
||||||
<p>
|
<p>
|
||||||
Paragraph of text beneath the heading to explain
|
Colorize code using our pre-built syntax
|
||||||
the heading. We'll add onto it with another
|
highlighting, or configure your own custom
|
||||||
sentence and probably just keep going until we
|
colorization.
|
||||||
run out of words.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue