You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#ui/text text: "{{city}} is {{hours-from-gmt}} hours from the Prime Meridian"]
380
+
~~~
381
+
</code>
374
382
</td>
375
383
</tr>
376
384
</table>
@@ -390,7 +398,8 @@ bind
390
398
</ul>
391
399
</td>
392
400
<td>
393
-
<code>// pi represented as the string "3.14"
401
+
<code>
402
+
// pi represented as the string "3.14"
394
403
[#circle circumference diameter]
395
404
pi = math/to-fixed[a: (circumference / diameter), b: 2]</code>
396
405
</td>
@@ -1399,7 +1408,9 @@ commit
1399
1408
<li><strong>autocomplete</strong> - the autocomplete being opened</li>
1400
1409
</ul>
1401
1410
</td>
1402
-
<td><code>// changes the font color of the autocomplete input to red when the list is opened; the color will not revert once the menu is closed unless another block is specifically written to do so
1411
+
<td>
1412
+
<code>
1413
+
changes the font color of the autocomplete input to red when the list is opened; the color will not revert once the menu is closed unless another block is specifically written to do so
1403
1414
~~~
1404
1415
search
1405
1416
autocomplete = [#ui/autocomplete]
@@ -1408,7 +1419,8 @@ search
1408
1419
1409
1420
commit
1410
1421
input.style <- [color: #ff0000]
1411
-
~~~</code>
1422
+
~~~
1423
+
</code>
1412
1424
</td>
1413
1425
</tr>
1414
1426
</table>
@@ -1426,7 +1438,9 @@ commit
1426
1438
<li><strong>autocomplete</strong> - the autocomplete being closed</li>
1427
1439
</ul>
1428
1440
</td>
1429
-
<td><code>// changes the font color of the autocomplete input to black when the list is closed; reverts the change in the example for #ui/event/open
1441
+
<td>
1442
+
<code>
1443
+
changes the font color of the autocomplete input to black when the list is closed; reverts the change in the example for #ui/event/open
1430
1444
~~~
1431
1445
search
1432
1446
autocomplete = [#ui/autocomplete]
@@ -1435,7 +1449,8 @@ search
1435
1449
1436
1450
commit
1437
1451
input.style <- [color: #000000]
1438
-
~~~</code>
1452
+
~~~
1453
+
</code>
1439
1454
</td>
1440
1455
</tr>
1441
1456
</table>
@@ -1453,7 +1468,9 @@ commit
1453
1468
<li><strong>autocomplete</strong> - the autocomplete being closed</li>
1454
1469
</ul>
1455
1470
</td>
1456
-
<td><code>// as a follow-up to the #ui/autocomplete example, this waits for the user to pick a birth state, then creates a new autocomplete tagged #birth-county to ask which county within that particular state the user was born in
1471
+
<td>
1472
+
<code>
1473
+
as a follow-up to the #ui/autocomplete example, this waits for the user to pick a birth state, then creates a new autocomplete tagged #birth-county to ask which county within that particular state the user was born in
0 commit comments