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 14dec2b commit 8d13f24Copy full SHA for 8d13f24
index.html
@@ -18,10 +18,13 @@
18
.CodeMirror { height: auto; border: 1px solid #ddd; }
19
.CodeMirror-scroll { max-height: 200px; }
20
.CodeMirror pre { padding-left: 7px; line-height: 1.25; }
21
- .banner { background: #ffc; padding: 6px; border-bottom: 2px solid silver; }
22
- .banner div { margin: 0 auto; max-width: 700px; text-align: center; }
+ .banner { background: #ffc; padding: 6px; border-bottom: 2px solid silver; text-align: center }
23
</style>
24
+<div class=banner>
25
+ ‼️ Check out the upcoming <a href="https://codemirror.net/6/">CodeMirror 6</a>, a much-improved rewrite! ✨
26
+</div>
27
+
28
<div id=nav>
29
<a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="doc/logo.png"></a>
30
0 commit comments