Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/design-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,12 @@ value looks exactly like an unfinished edit, so markfluence refuses it. Use
the Confluence UI to clear a status. `labels: []` can mean "remove them all",
because an empty sequence has its own spelling.

`create` gives a new page a width of `max` when no place declares `page_width`
because WillKG thinks it looks better and markfluence should create
good-looking pages where possible. For `update`, it's a different story where
the user could be updating existing content that wasn't created by markfluence
and we should respect whatever the page width was by default.

## Conformance

### C1 `preview-compatible-resolution`
Expand Down
Loading