mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00: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:
parent
ed5f7694fd
commit
5e53b2aca9
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user