mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 09:14:39 +02:00
[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:
@@ -274,7 +274,8 @@ The equivalent in JSON would be:
|
|||||||
|
|
||||||
The equivalent in JSON would be:
|
The equivalent in JSON would be:
|
||||||
|
|
||||||
```json
|
```
|
||||||
|
|
||||||
{
|
{
|
||||||
"fruit": [
|
"fruit": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user