summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Hale <discdiver@users.noreply.github.com>2021-08-23 04:54:29 -0400
committerGitHub <noreply@github.com>2021-08-23 10:54:29 +0200
commit5e53b2aca948fc584b121064de6deea112615ee6 (patch)
treeb6b903df9dd29cd7b360d5873dacbdf2a994ac9e
parented5f7694fdfd114cbdf9f299ee54ffaf77059cd9 (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.
-rwxr-xr-xtoml.html.markdown3
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": [
{