diff options
author | Adam Bard <github@adambard.com> | 2018-08-23 21:59:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 21:59:33 -0700 |
commit | 79bcf8ce5b83505a36b4a47245f412be0751403d (patch) | |
tree | b34469260b79d91d7c2abeb90d2733d7be35ec83 /toml.html.markdown | |
parent | b9bdba7acde9bd929599e5ede583855029366c8c (diff) | |
parent | cbc69e807b383754092bb890fa4b148393200bc4 (diff) |
Merge pull request #3187 from divayprakash/fix-build-issues
Fix build errors, closes #2753
Diffstat (limited to 'toml.html.markdown')
-rwxr-xr-x | toml.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toml.html.markdown b/toml.html.markdown index 39caaa23..814e57e7 100755 --- a/toml.html.markdown +++ b/toml.html.markdown @@ -12,7 +12,7 @@ It is an alternative to YAML and JSON. It aims to be more human friendly than JS Be warned, TOML's spec is still changing a lot. Until it's marked as 1.0, you should assume that it is unstable and act accordingly. This document follows TOML v0.4.0. -```toml +``` # Comments in TOML look like this. ################ |