Skip to content

docs: use TOML 1.1 inline tables (#104)#146

Draft
alexvoss wants to merge 2 commits into
masterfrom
toml11
Draft

docs: use TOML 1.1 inline tables (#104)#146
alexvoss wants to merge 2 commits into
masterfrom
toml11

Conversation

@alexvoss

@alexvoss alexvoss commented Jul 7, 2026

Copy link
Copy Markdown
Member

Several TOML snippets used separate top-level tables for each sibling extension. This PR changes that, making use of new features of TOML 1.1.

The largest single change is in the default configuration.

We should probably also convert the bootstrap zensical.toml.

Some tidying up for line-length still needed as well as checking that nothing broke. Hence a draft PR for now.

alexvoss added 2 commits July 7, 2026 09:50
Several TOML snippets used a separate [project.markdown_extensions...]
table header for each sibling extension, mirroring a YAML conversion
rather than idiomatic TOML. Collapse these into a single parent table
with inline table values, taking advantage of TOML 1.1's newlines in
inline tables for the larger multi-key cases.

Closes #104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant