Skip to content

Commit 776af62

Browse files
authored
Merge pull request #598 from per1234/fix-unterminated-blocks
Fix unterminated asciidoc blocks
2 parents 7a4fa14 + 7915211 commit 776af62

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Language/Functions/USB/Keyboard/keyboardBegin.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ void loop() {
6868
}
6969
----
7070

71+
--
7172
// HOW TO USE SECTION ENDS

Language/Functions/USB/Keyboard/keyboardModifiers.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The Leonardo's definitions for modifier keys are listed below:
6464
|KEY_F10 |0xCB |203
6565
|KEY_F11 |0xCC |204
6666
|KEY_F12 |0xCD |205
67+
|===
6768

6869
--
6970
// OVERVIEW SECTION ENDS

Language/Variables/Data Types/String/Functions/reserve.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ void loop() {
7171
// nothing to do here
7272
}
7373
----
74+
--
7475
// HOW TO USE SECTION ENDS
7576

7677

0 commit comments

Comments
 (0)