From 5e53b2aca948fc584b121064de6deea112615ee6 Mon Sep 17 00:00:00 2001 From: Jeff Hale Date: Mon, 23 Aug 2021 04:54:29 -0400 Subject: [PATCH] [toml/en] fix code not rendering (#4221) The json code block renders fine in Github Flavored Markdown on Github, but not on the learnxinyminutes.com/docs/toml page. Because there isn't any syntax highlighting for this section anyway, I switched it to vanilla code block. --- toml.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toml.html.markdown b/toml.html.markdown index 804fefaa..79aa544c 100755 --- a/toml.html.markdown +++ b/toml.html.markdown @@ -274,7 +274,8 @@ The equivalent in JSON would be: The equivalent in JSON would be: -```json +``` + { "fruit": [ {