| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|
|
|
| |
these files do not need to be executable
|
|
|
|
|
|
| |
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
|
|
|
| |
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.
|
|
|
| |
It will correctly show structured, formatted JSON to give a better understanding
|
|
|
| |
Switching between json code block and toml code block caused it to render improperly. Fixed.
|
| |
|
| |
|
| |
|
| |
|
|
* 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
|