Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbe6a32

Browse files
authored
Update index.html
Using anchor links (created) to separate cheatsheet links
1 parent 65650dc commit bbe6a32

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cheatsheet/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,21 @@ <h2>Operators</h2>
6161
<article>
6262
<h2>Special variables</h2>
6363
<dl>
64-
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#.24fa.2C_.24fs_and_.24fn">$fa</a></code></dt>
64+
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$fa">$fa</a></code></dt>
6565
<dd>minimum angle</dd>
66-
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#.24fa.2C_.24fs_and_.24fn">$fs</a></code></dt>
66+
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$fs">$fs</a></code></dt>
6767
<dd>minimum size</dd>
68-
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#.24fa.2C_.24fs_and_.24fn">$fn</a></code></dt>
68+
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$fn">$fn</a></code></dt>
6969
<dd>number of fragments</dd>
70-
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#.24t">$t</a></code></dt>
70+
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$t">$t</a></code></dt>
7171
<dd>animation step</dd>
72-
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpr,_$vpt,_$vpf_and_$vpd">$vpr</a></code></dt>
72+
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpr">$vpr</a></code></dt>
7373
<dd>viewport rotation angles in degrees</dd>
74-
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpr,_$vpt,_$vpf_and_$vpd">$vpt</a></code></dt>
74+
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpt">$vpt</a></code></dt>
7575
<dd>viewport translation</dd>
76-
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpr,_$vpt,_$vpf_and_$vpd">$vpd</a></code></dt>
76+
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpd">$vpd</a></code></dt>
7777
<dd>viewport camera distance</dd>
78-
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpr,_$vpt,_$vpf_and_$vpd">$vpf</a></code></dt>
78+
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpf">$vpf</a></code></dt>
7979
<dd>viewport camera field of view</dd>
8080
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/User-Defined_Functions_and_Modules#Children">$children</a></code></dt>
8181
<dd>&nbsp;number of module children</dd>

0 commit comments

Comments
 (0)