Removing the super-table from toToml
output
#2539
bradenhilton
started this conversation in
Show and tell
Replies: 1 comment 9 replies
-
This removes the first line of the output, not all super-tables. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you use the
toToml
template function with nesteddict
s, you may notice the super-table in the output:The super-table is unnecessary:
To remove the super-table, you can combine
splitList
,rest
andjoin
like so to remove the super-table line (requires one template action{{ ... }}
per super-tabledict
):Beta Was this translation helpful? Give feedback.
All reactions