diff options
author | Jeff Hale <discdiver@users.noreply.github.com> | 2021-08-23 04:54:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 10:54:29 +0200 |
commit | 5e53b2aca948fc584b121064de6deea112615ee6 (patch) | |
tree | b6b903df9dd29cd7b360d5873dacbdf2a994ac9e /toml.html.markdown | |
parent | ed5f7694fdfd114cbdf9f299ee54ffaf77059cd9 (diff) |
[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.
Diffstat (limited to 'toml.html.markdown')
-rwxr-xr-x | toml.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
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": [ { |