File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ let windowPrintDisabled = false;
30
30
* @method print
31
31
* @param {Any } contents content to print to the console.
32
32
* @example
33
- * <div>
34
- * <code class="norender" >
33
+ * <div class="norender" >
34
+ * <code>
35
35
* function setup() {
36
36
* // Prints "hello, world" to the console.
37
37
* print('hello, world');
38
38
* }
39
39
* </code>
40
40
* </div>
41
41
*
42
- * <div>
43
- * <code class="norender" >
42
+ * <div class="norender" >
43
+ * <code>
44
44
* function setup() {
45
45
* let name = 'ada';
46
46
* // Prints "hello, ada" to the console.
Original file line number Diff line number Diff line change @@ -2978,8 +2978,8 @@ p5.Element.prototype.html = function(...args) {
2978
2978
* @returns {Object } object of form `{ x: 0, y: 0 }` containing the element's position.
2979
2979
*
2980
2980
* @example
2981
- * <div>
2982
- * <code class='norender' >
2981
+ * <div class='norender' >
2982
+ * <code>
2983
2983
* function setup() {
2984
2984
* let cnv = createCanvas(100, 100);
2985
2985
*
@@ -2994,8 +2994,8 @@ p5.Element.prototype.html = function(...args) {
2994
2994
* </code>
2995
2995
* </div>
2996
2996
*
2997
- * <div>
2998
- * <code class='norender' >
2997
+ * <div class='norender' >
2998
+ * <code>
2999
2999
* function setup() {
3000
3000
* let cnv = createCanvas(100, 100);
3001
3001
*
You can’t perform that action at this time.
0 commit comments