Skip to content

Commit f7647a7

Browse files
committed
Prettier format
1 parent 8d1e7ab commit f7647a7

File tree

1 file changed

+47
-39
lines changed

1 file changed

+47
-39
lines changed

index.html

Lines changed: 47 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -278,42 +278,48 @@ <h2 id="whyusefeascript"><a name="Why Use FEAScript"></a>Why Use FEAScript</h2>
278278
<div style="margin-top: 0.5em"></div>
279279
<h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h2>
280280

281-
<p>You can run simulations with FEAScript by calling its functions from JavaScript (the FEAScript API).
282-
<!-- <ul>
281+
<p>
282+
You can run simulations with FEAScript by calling its functions from JavaScript (the FEAScript API).
283+
<!-- <ul>
283284
<li> -->
284-
<!-- <strong>FEAScript API:</strong> For developers comfortable with coding, FEAScript API provides full
285+
<!-- <strong>FEAScript API:</strong> For developers comfortable with coding, FEAScript API provides full
285286
programmatic control. -->
286-
The API offers full programmatic control and works across multiple environments, including the browser (simple HTML pages and online JavaScript playgrounds, e.g.
287-
<a href="https://codepen.io/"
288-
>CodePen<img
289-
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
290-
alt="External Link Icon"
291-
style="width: 16px; height: 16px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px"
292-
/></a>
293-
and
294-
<a href="https://scribbler.live/"
295-
>Scribbler<img
296-
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
297-
alt="External Link Icon"
298-
style="
299-
width: 16px;
300-
height: 16px;
301-
vertical-align: middle;
302-
margin-left: 2px;
303-
margin-bottom: 4px;
304-
" /></a
305-
>) and server-side runtimes such as <a href="https://nodejs.org/en">Node.js<img
306-
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
307-
alt="External Link Icon"
308-
style="
309-
width: 16px;
310-
height: 16px;
311-
vertical-align: middle;
312-
margin-left: 2px;
313-
margin-bottom: 4px;
314-
" /></a>.</p>
315-
<!-- </li> -->
316-
<!--
287+
The API offers full programmatic control and works across multiple environments, including the browser
288+
(simple HTML pages and online JavaScript playgrounds, e.g.
289+
<a href="https://codepen.io/"
290+
>CodePen<img
291+
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
292+
alt="External Link Icon"
293+
style="width: 16px; height: 16px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px"
294+
/></a>
295+
and
296+
<a href="https://scribbler.live/"
297+
>Scribbler<img
298+
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
299+
alt="External Link Icon"
300+
style="
301+
width: 16px;
302+
height: 16px;
303+
vertical-align: middle;
304+
margin-left: 2px;
305+
margin-bottom: 4px;
306+
" /></a
307+
>) and server-side runtimes such as
308+
<a href="https://nodejs.org/en"
309+
>Node.js<img
310+
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
311+
alt="External Link Icon"
312+
style="
313+
width: 16px;
314+
height: 16px;
315+
vertical-align: middle;
316+
margin-left: 2px;
317+
margin-bottom: 4px;
318+
" /></a
319+
>.
320+
</p>
321+
<!-- </li> -->
322+
<!--
317323
<li>
318324
<strong>FEAScript Studio:</strong> For users who prefer a visual workflow,
319325
<a href="feascript-studio.html">FEAScript Studio</a> offers a browser-based visual editor. It combines
@@ -344,7 +350,8 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
344350
alt="GitHub Icon"
345351
style="width: 16px; height: 16px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px"
346352
/></a>
347-
(also on <a href="https://www.npmjs.com/package/feascript"
353+
(also on
354+
<a href="https://www.npmjs.com/package/feascript"
348355
>npm<img
349356
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
350357
alt="External Link Icon"
@@ -596,9 +603,10 @@ <h2 id="features"><a name="Features"></a>Features</h2>
596603
<div style="margin-top: 0.5em"></div>
597604
<h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
598605
<p>
599-
Below you can explore tutorials that provide a step-by-step introduction to FEAScript. These tutorials show how to use the FEAScript API directly by writing JavaScript code, either to integrate finite
600-
element simulations into your own websites and applications or to run them in interactive JavaScript playgrounds
601-
such as
606+
Below you can explore tutorials that provide a step-by-step introduction to FEAScript. These tutorials
607+
show how to use the FEAScript API directly by writing JavaScript code, either to integrate finite
608+
element simulations into your own websites and applications or to run them in interactive JavaScript
609+
playgrounds such as
602610
<a href="https://codepen.io/FEAScript"
603611
>CodePen<img
604612
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
@@ -769,4 +777,4 @@ <h2 id="licensing"><a name="Licensing"></a>Licensing</h2>
769777
.catch((error) => console.error("Error fetching GitHub stars:", error));
770778
</script>
771779
</body>
772-
</html>
780+
</html>

0 commit comments

Comments
 (0)