branch: externals/tomelr commit 55fefb0fa83d90a47817c0cc0ae0d1e17e73739f Author: Kaushal Modi <kaushal.m...@gmail.com> Commit: Kaushal Modi <kaushal.m...@gmail.com>
doc: Add few links [skip ci] --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index daf1673d9a..b3513273e4 100644 --- a/README.org +++ b/README.org @@ -393,6 +393,7 @@ nested_mixed_array = [ [ 1, 2 ], [ "a", "b", "c" ] ] } #+end_example ** TOML Tables: Maps or Dictionaries or Hash Tables +https://toml.io/en/v1.0.0#table *** DONE Basic TOML Tables CLOSED: [2022-04-29 Fri 13:41] **** S-expression @@ -483,6 +484,7 @@ CLOSED: [2022-04-29 Fri 14:30] } #+end_example ** TOML Array of Tables: Lists of Maps +https://toml.io/en/v1.0.0#array-of-tables *** DONE Basic Array of Tables CLOSED: [2022-04-29 Fri 18:14] **** S-expression