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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## 0.31.2 - Unreleased
4
4
5
+
- Docs: add `docs format --spacing-mode` for setting paragraph spacing collapse behavior alongside `--space-above` and `--space-below`. (#885) — thanks @odyssey4me.
6
+
5
7
## 0.31.1 - 2026-06-26
6
8
7
9
- Calendar: add `calendar changed` for listing recently modified events, including cancellations, across one or more calendars. (#875) — thanks @sorenisanerd.
Copy file name to clipboardExpand all lines: docs/commands/gog-docs-format.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ gog docs (doc) format <docId> [flags]
68
68
|`--select`<br>`--pick`<br>`--project`|`string`|| In JSON mode, select comma-separated fields (best-effort; supports dot paths). Desire path: use --fields for most commands. |
69
69
|`--space-above`|`*float64`|| Space above the paragraph in points |
70
70
|`--space-below`|`*float64`|| Space below the paragraph in points |
71
+
|`--spacing-mode`|`string`|| Paragraph spacing mode: NEVER_COLLAPSE or COLLAPSE_LISTS |
71
72
|`--strikethrough`<br>`--strike`|`bool`|| Set strikethrough |
72
73
|`--tab`|`string`|| Target a specific tab by title or ID (see docs list-tabs) |
73
74
|`--text-color`|`string`|| Text color as #RRGGBB or #RGB |
|`--select`<br>`--pick`<br>`--project`|`string`|| In JSON mode, select comma-separated fields (best-effort; supports dot paths). Desire path: use --fields for most commands. |
76
76
|`--space-above`|`*float64`|| Space above the paragraph in points |
77
77
|`--space-below`|`*float64`|| Space below the paragraph in points |
78
+
|`--spacing-mode`|`string`|| Paragraph spacing mode: NEVER_COLLAPSE or COLLAPSE_LISTS |
78
79
|`--strikethrough`<br>`--strike`|`bool`|| Set strikethrough |
79
80
|`--tab`|`string`|| Target a specific tab by title or ID (see docs list-tabs) |
0 commit comments