Fix missing code closing in doc

This commit is contained in:
Bryan Ashby 2022-08-08 22:26:18 -06:00
parent ad2d5e379a
commit 1402391234
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 2 additions and 6 deletions

View File

@ -419,8 +419,7 @@ clientSelectEncoding: {
}
```
The artfile for this should not contain extended characters, a simple file list
the following should work:
The artfile for this should not contain extended characters, a simple file list the following should work:
```
Choose your encoding:
@ -429,13 +428,10 @@ Choose your encoding:
```
### Auto selection example
The above example can be further extended to default to the automatically detected encoding by using a slightly more complicated menu system:
```hjson
telnetConnected: {
art: CONNECT
next: [
@ -525,7 +521,7 @@ clientSelectCP437: {
}
}
}
```
Use the same artfile as the previous example.
*Note*: This example can be shortened by using @reference sections if desired.