summaryrefslogtreecommitdiffhomepage
path: root/toml.html.markdown
Commit message (Collapse)AuthorAgeLines
* [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