[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.
This commit is contained in:
Jeff Hale 2021-08-23 04:54:29 -04:00 committed by GitHub
parent ed5f7694fd
commit 5e53b2aca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,8 @@ The equivalent in JSON would be:
The equivalent in JSON would be:
```json
```
{
"fruit": [
{