From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- toml.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toml.html.markdown') diff --git a/toml.html.markdown b/toml.html.markdown index 69dfd754..13be23b8 100644 --- a/toml.html.markdown +++ b/toml.html.markdown @@ -228,6 +228,7 @@ name = "Nail" sku = 284758393 color = "gray" ``` + The equivalent in JSON would be: ```json @@ -273,13 +274,11 @@ The equivalent in JSON would be: [[fruit.color]] name = "yellow" note = "I am an array item in banana fruit's table/map" - ``` The equivalent in JSON would be: ``` - { "fruit": [ { -- cgit v1.2.3