Skip to content

Commit 042fa9c

Browse files
committed
Escape non-HTML use of lt and gt
1 parent 02a1eb7 commit 042fa9c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

public/reference/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26890,7 +26890,7 @@
2689026890
"params": [
2689126891
{
2689226892
"name": "smoothing",
26893-
"description": "<p>0.0 < smoothing < 1.0.\n Defaults to 0.8.</p>\n",
26893+
"description": "<p>0.0 &lt; smoothing &lt; 1.0.\n Defaults to 0.8.</p>\n",
2689426894
"type": "Number"
2689526895
}
2689626896
],

src/content/reference/en/p5.FFT/smooth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class: p5.FFT
1212
params:
1313
- name: smoothing
1414
description: |
15-
<p>0.0 < smoothing < 1.0.
15+
<p>0.0 &lt; smoothing &lt; 1.0.
1616
Defaults to 0.8.</p>
1717
type: Number
1818
chainable: false

src/content/reference/en/p5.Geometry/flipV.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ description: >
5555
5656
// Notice the swaps:
5757
58-
// Left vertices: [0, 0] <--> [1, 0]
58+
// Left vertices: [0, 0] &lt;--&gt; [1, 0]
5959
60-
// Right vertices: [1, 0] <--> [1, 1]
60+
// Right vertices: [1, 0] &lt;--&gt; [1, 1]
6161
6262
</--></--></code></pre>
6363
line: 1245

src/content/reference/en/p5/p5.Geometry.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,9 @@ methods:
496496
497497
// Notice the swaps:
498498
499-
// Left vertices: [0, 0] <--> [1, 0]
499+
// Left vertices: [0, 0] &lt;--&gt; [1, 0]
500500
501-
// Right vertices: [1, 0] <--> [1, 1]
501+
// Right vertices: [1, 0] &lt;--&gt; [1, 1]
502502
503503
</--></--></code></pre>
504504
path: p5.Geometry/flipV

0 commit comments

Comments
 (0)