From 78cf81a74dc93b9821eae23fd3418a8aa2a88bed Mon Sep 17 00:00:00 2001 From: Nostrademous Date: Sat, 13 Nov 2021 12:38:29 -0500 Subject: [PATCH] fix: put data into a code block for markdown --- docs/code_structure.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/code_structure.md b/docs/code_structure.md index b790061..3801c8f 100644 --- a/docs/code_structure.md +++ b/docs/code_structure.md @@ -1,5 +1,5 @@ # Python Object Enumeration Thoughts - +``` [dict] All GGPK Extracted Gems { act_str, act_dex, act_int, sup_str, sup_dex, sup_str } -- addressable by name @@ -64,3 +64,4 @@ [list] Saved Builds [dict] UI API imports/exports +``` \ No newline at end of file