From 307cc8becdf00a2a9e77bf8916c17b962b15ada0 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 16 Sep 2020 11:36:04 -0400 Subject: [PATCH] Update section parsing JSON spec --- docs/parseSectionsFormat.jsonc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/parseSectionsFormat.jsonc b/docs/parseSectionsFormat.jsonc index b78b033..3752cd5 100644 --- a/docs/parseSectionsFormat.jsonc +++ b/docs/parseSectionsFormat.jsonc @@ -167,6 +167,16 @@ // Ex: *** Replied by: ewhile at: 05/08/20 09:21:43 *** // (Start) ^ ^ (End) "time": "09:21:43", + + // An array of lines with non-printable characters. + "content": [ + "Sascha,\n", + "\n", + "Chicken kevin biltong, flank jowl prosciutto shoulder meatball meatloaf sirloin.\n", + "\n", + "Ethan White\n", + "ECN\n" + ] }, {