diff options
author | root <root@learnxinyminutes.com> | 2018-08-25 02:38:11 +0000 |
---|---|---|
committer | root <root@learnxinyminutes.com> | 2018-08-25 02:38:11 +0000 |
commit | afd18bd4ed4a898e493e99459cc72aaf97163272 (patch) | |
tree | 4770ac0eafe30e8b4e81c573a13b519ec37dfda6 /toml.html.markdown | |
parent | 6f2003a31f900c1ce3ff1dde64b17c7ac02350cc (diff) | |
parent | 5359298b0d5bd3f18cdd8521abf41e8048cac5f6 (diff) |
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
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. ################ |