You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
Instead of having to rely on positional indices (which may change when adding a new block before the end), naming blocks by their anchors in the layout would provide a much clearer and easy-to-maintain way to specify the layout:
---layout:
- [p@intro]
- [p@why, m@problem]
- [p@solution]
- [l@source, l@product]---@intro
This project blah blah blah
@problem@why
Lorem ipsum dolor sit amet
etc.
Instead of having to rely on positional indices (which may change when adding a new block before the end), naming blocks by their anchors in the layout would provide a much clearer and easy-to-maintain way to specify the layout:
This could even be simplified to
Of course, the position-based syntax would take precedence over this (so no naming your anchor "m1", what a bummer)
(using the lighter syntax for anchors, see ortfo/db#71)
The text was updated successfully, but these errors were encountered: