diff options
author | Divay Prakash <divayprakash3@gmail.com> | 2018-08-15 17:26:28 +0530 |
---|---|---|
committer | Divay Prakash <divayprakash3@gmail.com> | 2018-08-15 17:26:28 +0530 |
commit | d490ed15897be373b482abf50ea3828059ac01c9 (patch) | |
tree | e2d6fcd1f3ba28d54110809052ba8c86b30d2288 /toml.html.markdown | |
parent | e4f328aa476d499fbcb5198b73cb3baf1438b23b (diff) |
Fix build error in 'build/docs/toml/index.html'
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. ################ |