Skip to content

Commit 0efb22c

Browse files
committed
fix demo formatting
1 parent 58f4887 commit 0efb22c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/plugins/html-button-response.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ stimulus | string | The HTML content that was displayed on the screen.
4040
prompt: "<p>What color is the ink?</p>"
4141
};
4242
```
43-
=== "Demo"
43+
44+
=== "Demo"
4445
<div style="text-align:center;">
4546
<iframe src="../../demos/jspsych-html-button-response-demo1.html" width="90%;" height="600px;" frameBorder="0"></iframe>
4647
</div>

docs/plugins/html-keyboard-response.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ In addition to the [default data collected by all plugins](../overview/plugins.m
3737
choices: ['r', 'g', 'b'],
3838
prompt: "<p>Is the ink color (r)ed, (g)reen, or (b)lue?</p>"
3939
};
40-
```
41-
=== "Demo"
40+
```
41+
42+
=== "Demo"
4243
<div style="text-align:center;">
4344
<iframe src="../../demos/jspsych-html-keyboard-response-demo1.html" width="90%;" height="500px;" frameBorder="0"></iframe>
4445
</div>

docs/plugins/html-slider-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ slider_start | numeric | The starting value of the slider.
5757
};
5858
```
5959

60-
=== "Demo"
60+
=== "Demo"
6161
<div style="text-align:center;">
6262
<iframe src="../../demos/jspsych-html-slider-response-demo1.html" width="90%;" height="600px;" frameBorder="0"></iframe>
6363
</div>

0 commit comments

Comments
 (0)