Commit Graph

11 Commits

Author SHA1 Message Date
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
Boris Verkhovskiy
327001f587 Normalize file permissions
these files do not need to be executable
2024-04-04 04:20:22 -07:00
romsom
0d637dade2
toml: hex, octal and binary are valid integer formats (#4057)
Update the integer section to reflect the fact that hex, octal and binary representations are allowed in toml.

They were added to toml in version 0.5 and more work has to be done to update this document to that version, as mentioned here:
https://github.com/adambard/learnxinyminutes-docs/issues/3158
2023-12-14 15:49:26 +01:00
Jeff Hale
5e53b2aca9
[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.
2021-08-23 10:54:29 +02:00
Aleksei Trifonov
68f016d886
[toml/en] Fix JSON code blocks in TOML (#4204)
It will correctly show structured, formatted JSON to give a better understanding
2021-08-22 20:11:16 +02:00
khswong
70e59f7f3d
[toml/en] Fix Formatting and Syntax Highlighting
Switching between json code block and toml code block caused it to render improperly. Fixed.
2020-01-31 16:30:16 -08:00
فارس
bb97b7c3e4
Fixed Typo and added a few examples 2020-01-30 20:24:47 -05:00
Anthony Anaedu
220005db0c
update toml doc and fix typos 2019-04-23 12:05:48 -07:00
Divay Prakash
d490ed1589 Fix build error in 'build/docs/toml/index.html' 2018-08-15 17:26:28 +05:30
Emily Aviva Kapor-Mater
354543c97d
add clarifying example and text for date/time offsets 2018-03-19 17:33:32 -07:00
Alois
3d270111bd [WIP] [toml/en] Add TOML support (#2282)
* Init support for TOML

* Add scalar types section

* Move comment to key value

* Improve introduction

* Move int comment to int key value

* Add array support

* Add version warning

* Add support for table

* Add inline table part

* Add support array of table part

* Fix bugs/typos to follow the review

* Improve sub tables example

* Fix wrong quotes on multiLineLiteralString

* Fix letter case for coherence

* Remove old comment

* Move from variety to color

Thanks @robochat
2016-09-01 19:27:41 +02:00