Skip to content

Commit 0bbbbfe

Browse files
committed
Formatting (line breaks)
1 parent a5b805e commit 0bbbbfe

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

index.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</a></li>
7979
</ul>
8080
</header>
81-
81+
8282
<div class="app">
8383
<aside class="sidebar">
8484
<div class="full">
@@ -117,11 +117,11 @@ <h1 class="label">Menu</h1>
117117
.native-js {
118118
background: linear-gradient(-30deg, #native_bg_color#E5, #native_bg_color#E5 45%, #native_bg_color# 45%) #fff;
119119
}
120-
120+
121121
.native-details {
122122
color: #native_color# !important;
123123
}
124-
124+
125125
.native-details:hover {
126126
color: #native_color_hover# !important;
127127
}
@@ -140,12 +140,12 @@ <h1 class="label">Menu</h1>
140140
</div>
141141
</div>
142142
</div>
143-
143+
144144
<div class="min">
145145
<ul class="list"></ul>
146146
</div>
147147
</aside>
148-
148+
149149
<div class="doc">
150150
<div class="blocker"></div>
151151
<section class="expression">
@@ -166,7 +166,7 @@ <h1>Expression</h1>
166166
</header>
167167
<article class="editor"><svg class="icon alert"><use xlink:href="#alert"></use></svg></article>
168168
</section>
169-
169+
170170
<section class="text">
171171
<header>
172172
<h1>
@@ -204,7 +204,7 @@ <h1>
204204
</div>
205205
</div>
206206
</section>
207-
207+
208208
<section class="tools">
209209
<header>
210210
<h1>Tools</h1>
@@ -224,12 +224,12 @@ <h1>Tools</h1>
224224
</div>
225225
</div>
226226
<div id="library" style="display:none;">
227-
227+
228228
<div id="tooltip" class="tooltip">
229229
<svg class="tip"><use xlink:href="#dropdown"></use></svg>
230230
<div class="content"></div>
231231
</div>
232-
232+
233233
<div id="tooltip-flavor">
234234
<header>
235235
<h1>RegEx Engine</h1>
@@ -238,7 +238,7 @@ <h1>RegEx Engine</h1>
238238
<hr>
239239
<ul class="list"></ul>
240240
</div>
241-
241+
242242
<div id="tooltip-flags">
243243
<header>
244244
<h1>Expression Flags</h1>
@@ -247,11 +247,11 @@ <h1>Expression Flags</h1>
247247
<hr>
248248
<ul class="list"></ul>
249249
</div>
250-
250+
251251
<div id="tooltip-testtypes">
252252
<ul class="list"></ul>
253253
</div>
254-
254+
255255
<div id="tooltip-signin">
256256
<div class="signin">
257257
<header>
@@ -283,7 +283,7 @@ <h1>Sign Out</h1>
283283
One moment...
284284
</div>
285285
</div>
286-
286+
287287
<div id="cheatsheet">
288288
<table class="cheatsheet">
289289
<tr><th colspan="2" data-id="charclasses">Character classes</th></tr>
@@ -293,23 +293,23 @@ <h1>Sign Out</h1>
293293
<tr><td>[abc]</td><td>any of a, b, or c</td></tr>
294294
<tr><td>[^abc]</td><td>not a, b, or c</td></tr>
295295
<tr><td>[a-g]</td><td>character between a & g</td></tr>
296-
296+
297297
<tr><th colspan="2" data-id="anchors">Anchors</th></tr>
298298
<tr><td>^abc$</td><td>start / end of the string</td></tr>
299299
<tr><td>\b \B</td><td>word, not-word boundary</td></tr>
300-
300+
301301
<tr><th colspan="2" data-id="escchars">Escaped characters</th></tr>
302302
<tr><td>\. \* \\</td><td>escaped special characters</td></tr>
303303
<tr><td>\t \n \r</td><td>tab, linefeed, carriage return</td></tr>
304304
<!-- <tr><td>\u00A9</td><td>unicode escaped &copy;</td></tr> -->
305-
305+
306306
<tr><th colspan="2" data-id="groups">Groups & Lookaround</th></tr>
307307
<tr><td>(abc)</td><td>capture group</td></tr>
308308
<tr><td>\1</td><td>backreference to group #1</td></tr>
309309
<tr><td>(?:abc)</td><td>non-capturing group</td></tr>
310310
<tr><td>(?=abc)</td><td>positive lookahead</td></tr>
311311
<tr><td>(?!abc)</td><td>negative lookahead</td></tr>
312-
312+
313313
<tr><th colspan="2" data-id="quants">Quantifiers & Alternation</th></tr>
314314
<tr><td>a* a+ a?</td><td>0 or more, 1 or more, 0 or 1</td></tr>
315315
<tr><td>a{5} a{2,}</td><td>exactly five, two or more</td></tr>
@@ -318,7 +318,7 @@ <h1>Sign Out</h1>
318318
<tr><td>ab|cd</td><td>match ab or cd</td></tr>
319319
</table>
320320
</div>
321-
321+
322322
<div id="community" class="community">
323323
<header>
324324
<div class="label name"></div>
@@ -346,7 +346,7 @@ <h1>Sign Out</h1>
346346
<div class="author"></div>
347347
<hr>
348348
</div>
349-
349+
350350
<div id="share">
351351
<!-- holds all the elements used in the Save & Share section -->
352352
<div id="share_main">
@@ -406,7 +406,7 @@ <h1>Sign Out</h1>
406406
</div>
407407
</div>
408408
</div>
409-
409+
410410
<div id="share_community">
411411
Edit or add extra information to help people find this expression.
412412
<div class="inputs">

0 commit comments

Comments
 (0)