summaryrefslogtreecommitdiffhomepage
path: root/toml.html.markdown
Commit message (Collapse)AuthorAgeLines
* [toml/en] change toml from 0.4.0 to 1.0.0 (#4690)Luke Harold Miles2024-05-13-4/+8
|
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-2/+1
|
* Normalize file permissionsBoris Verkhovskiy2024-04-04-0/+0
| | | | these files do not need to be executable
* toml: hex, octal and binary are valid integer formats (#4057)romsom2023-12-14-1/+5
| | | | | | 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
* [toml/en] fix code not rendering (#4221)Jeff Hale2021-08-23-1/+2
| | | 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.
* [toml/en] Fix JSON code blocks in TOML (#4204)Aleksei Trifonov2021-08-22-1/+3
| | | It will correctly show structured, formatted JSON to give a better understanding
* [toml/en] Fix Formatting and Syntax Highlightingkhswong2020-01-31-6/+8
| | | Switching between json code block and toml code block caused it to render improperly. Fixed.
* Fixed Typo and added a few examplesفارس2020-01-30-2/+23
|
* update toml doc and fix typosAnthony Anaedu2019-04-23-7/+7
|
* Fix build error in 'build/docs/toml/index.html'Divay Prakash2018-08-15-1/+1
|
* add clarifying example and text for date/time offsetsEmily Aviva Kapor-Mater2018-03-19-3/+4
|
* [WIP] [toml/en] Add TOML support (#2282)Alois2016-09-01-0/+274
* 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