Skip to content

Commit 1049b3e

Browse files
committed
fix: summary row separators use ┴ not ┼, bottom borders have no column splits
1 parent 4bfa15c commit 1049b3e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

website/docs/datalog.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h3>Scanning by attribute</h3>
138138
│ 1 │ 80000 │
139139
│ 2 │ 60000 │
140140
│ 3 │ 90000 │
141-
├────────────────────────────────────┤
141+
├────────────────────────────────────┤
142142
│ 3 rows (3 shown) 2 columns (2 shown)│
143143
└─────────────────────────────────────┘
144144
Entity 3 salary:
@@ -173,7 +173,7 @@ <h3>Simple rule example</h3>
173173
├─────┼───────────────────────────────┤
174174
│ 158 │ 161 │
175175
│ 159 │ 162 │
176-
├────────────────────────────────────┤
176+
├────────────────────────────────────┤
177177
│ 2 rows (2 shown) 2 columns (2 shown)│
178178
└─────────────────────────────────────┘</code></pre>
179179

@@ -201,7 +201,7 @@ <h3>Simple pattern query</h3>
201201
│ 1 │ 158 │
202202
│ 2 │ 159 │
203203
│ 3 │ 160 │
204-
├────────────────────────────────────┤
204+
├────────────────────────────────────┤
205205
│ 3 rows (3 shown) 2 columns (2 shown)│
206206
└─────────────────────────────────────┘</code></pre>
207207
<p>The <code>?n</code> column contains symbol intern IDs. Use <code>(sym-name id)</code> to convert them to readable names (see <a href="#sym-name">sym-name</a> below).</p>
@@ -218,7 +218,7 @@ <h3>Join query</h3>
218218
│ 158 │ 162 │
219219
│ 159 │ 163 │
220220
│ 160 │ 162 │
221-
├────────────────────────────────────┤
221+
├────────────────────────────────────┤
222222
│ 3 rows (3 shown) 2 columns (2 shown)│
223223
└─────────────────────────────────────┘</code></pre>
224224

@@ -233,7 +233,7 @@ <h3>Constant value patterns</h3>
233233
├─────┼───────────────────────────────┤
234234
│ 1 │ 158 │
235235
│ 3 │ 160 │
236-
├────────────────────────────────────┤
236+
├────────────────────────────────────┤
237237
│ 2 rows (2 shown) 2 columns (2 shown)│
238238
└─────────────────────────────────────┘</code></pre>
239239

@@ -281,7 +281,7 @@ <h2 id="negation">Negation</h2>
281281
│ i64 │ i64 │
282282
├─────┼───────────────────────────────┤
283283
│ 2 │ 159 │
284-
├────────────────────────────────────┤
284+
├────────────────────────────────────┤
285285
│ 1 rows (1 shown) 2 columns (2 shown)│
286286
└─────────────────────────────────────┘</code></pre>
287287

@@ -318,7 +318,7 @@ <h3>Transitive closure example</h3>
318318
│ 2 │ 4 │
319319
│ 3 │ 4 │
320320
│ 1 │ 4 │
321-
├────────────────────────────────────┤
321+
├────────────────────────────────────┤
322322
│ 6 rows (6 shown) 2 columns (2 shown)│
323323
└─────────────────────────────────────┘</code></pre>
324324

@@ -437,7 +437,7 @@ <h3>Example</h3>
437437
│ 1 │ 2 │
438438
│ 2 │ 3 │
439439
│ 3 │ 4 │
440-
├────────────────────────────────────┤
440+
├────────────────────────────────────┤
441441
│ 3 rows (3 shown) 2 columns (2 shown)│
442442
└─────────────────────────────────────┘</code></pre>
443443

@@ -458,7 +458,7 @@ <h2 id="retract-fact">retract-fact</h2>
458458
├─────┼───────────────────────────────┤
459459
│ 1 │ 158 │
460460
│ 3 │ 164 │
461-
├────────────────────────────────────┤
461+
├────────────────────────────────────┤
462462
│ 2 rows (2 shown) 2 columns (2 shown)│
463463
└─────────────────────────────────────┘</code></pre>
464464

0 commit comments

Comments
 (0)