Skip to content

Commit a034ef1

Browse files
committed
fix ticks
1 parent 4d5fa4a commit a034ef1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

website/de/book/elements/p5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Sie können auch die `editor`-Option verwenden, um einen Editor für die Skizze
1313

1414
Um die Höhe zu ändern, können Sie die `height`-Option verwenden.
1515

16-
```md
16+
````md
1717
::p5{src="p5test.js"}
1818

1919

@@ -31,7 +31,7 @@ function draw() {
3131
```
3232

3333
:::
34-
```
34+
````
3535

3636
::p5{src="p5test.js" height=200}
3737

website/en/book/elements/p5.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can also use the `editor` option to display an editor for the sketch.
1212

1313
For changing the height, you can use the `height` option.
1414

15-
```md
15+
````md
1616
::p5{src="p5test.js"}
1717

1818

@@ -30,7 +30,8 @@ function draw() {
3030
```
3131

3232
:::
33-
```
33+
34+
````
3435

3536
::p5{src="p5test.js" height=200}
3637

0 commit comments

Comments
 (0)