@@ -149,7 +149,19 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
149149 < p >
150150 < strong > Latest stable release:</ strong >
151151 < a href ="https://github.com/FEAScript/FEAScript-core/releases "> 0.1.2</ a >
152- (< a href ="https://www.npmjs.com/package/feascript "> npm</ a > ) -
152+ (< a href ="https://www.npmjs.com/package/feascript "
153+ > npm
154+ < img
155+ src ="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg "
156+ alt ="External Link Icon "
157+ style ="
158+ width: 16px;
159+ height: 16px;
160+ vertical-align: middle;
161+ margin-left: 2px;
162+ margin-bottom: 4px;
163+ " /> </ a
164+ > ) -
153165 < i
154166 > See also the roadmap for the upcoming major release
155167 < a href ="https://github.com/orgs/FEAScript/discussions/17 "> 0.2.0</ a > </ i
@@ -171,9 +183,16 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
171183 < strong > Quick Start:</ strong > To use FEAScript in your HTML include it via CDN
172184 (< code > https://core.feascript.com/dist/feascript.esm.js</ code > ) or download it from
173185 < a href ="https://github.com/FEAScript/FEAScript-core "> GitHub</ a > → add a canvas (e.g.,
174- < code > <div id="solutionPlot"> </div></ code > ) → add a mesh file (e.g., "your.msh") or use
175- FEAScript mesh generation tools → create and run a simulation using the JavaScript API (see
176- < a href ="#tutorials "> tutorials</ a > for detailed examples):
186+ < code > <div id="solutionPlot"> </div></ code > ) → add a mesh file (e.g., "your.msh" from
187+ < a href ="https://gmsh.info/ ">
188+ Gmsh
189+ < img
190+ src ="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg "
191+ alt ="External Link Icon "
192+ style ="width: 16px; height: 16px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px "
193+ /> </ a
194+ > ) or use FEAScript mesh generation tools → create and run a simulation using the JavaScript API
195+ (see < a href ="#tutorials "> tutorials</ a > for detailed examples):
177196 </ p >
178197
179198 < pre class ="prettyprint ">
@@ -352,7 +371,7 @@ <h2 id="documentation"><a name="Documentation"></a>Documentation</h2>
352371 < p >
353372 The documentation for FEAScript is currently under development. In the meantime, for information on the
354373 numerical methods used in FEAScript and other technical resources, please visit the
355- < a href ="https://blog.feascript.com "> FEAScript Blog </ a > .
374+ < a href ="https://blog.feascript.com "> FEAScript blog </ a > .
356375 </ p >
357376
358377 < h2 id ="licensing "> < a name ="Licensing "> </ a > Licensing</ h2 >
0 commit comments