Skip to content

Commit 19de1df

Browse files
fix: Add blank lines before bullet lists in operators reference
Markdown requires blank lines between headers and lists for proper rendering. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8c04cc4 commit 19de1df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/reference/operators.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Session & dj.Top(None, 'session_date DESC')
7070
```
7171

7272
**Parameters**:
73+
7374
- `limit` (default=1): Maximum rows. Use `None` for no limit.
7475
- `order_by` (default="KEY"): Attribute(s) to sort by. `"KEY"` expands to all primary key attributes. Add `DESC` for descending order (e.g., `"KEY DESC"`, `"score DESC"`). Use `None` to inherit existing order.
7576
- `offset` (default=0): Rows to skip.
@@ -224,6 +225,7 @@ Mouse + Rat
224225
```
225226

226227
**Requirements**:
228+
227229
- Same primary key attributes
228230
- No overlapping secondary attributes
229231

0 commit comments

Comments
 (0)