From 14023912342c572372660440b5d5c834a01f31bb Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 8 Aug 2022 22:26:18 -0600 Subject: [PATCH] Fix missing code closing in doc --- docs/_docs/configuration/menu-hjson.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/_docs/configuration/menu-hjson.md b/docs/_docs/configuration/menu-hjson.md index 0912e067..9c358109 100644 --- a/docs/_docs/configuration/menu-hjson.md +++ b/docs/_docs/configuration/menu-hjson.md @@ -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.