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: apps/web/src/data/docs.ts
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -413,7 +413,7 @@ Each border element has:
413
413
type: "note",
414
414
noteType: "warning",
415
415
title: "The space attribute and unit mismatch",
416
-
text: 'The `space` attribute sets the distance (in points) between a border\'s inner edge and the text. For between borders, this padding applies on both sides — above and below. Note that `sz` uses a different unit: eighths of a point (`sz="12"` = 1.5pt). Easy to mix up since they\'re on the same element.',
416
+
text: "The `space` attribute sets the distance (in points) between a border's inner edge and the text. For between borders, this padding applies on both sides — above and below. Note that `sz` uses a different unit: eighths of a point (`sz=\"12\"` = 1.5pt). Easy to mix up since they're on the same element.",
417
417
app: "Word",
418
418
},
419
419
{type: "heading",level: 2,text: "Schema"},
@@ -433,7 +433,11 @@ Each border element has:
433
433
type: "table",
434
434
headers: ["Attribute","Type","Description"],
435
435
rows: [
436
-
["`w:val`","ST_Border","Border style — single, double, dashed, dotted, nil, none, etc."],
436
+
[
437
+
"`w:val`",
438
+
"ST_Border",
439
+
"Border style — single, double, dashed, dotted, nil, none, etc.",
440
+
],
437
441
["`w:sz`","integer","Width in 1/8 of a point (e.g., 12 = 1.5pt)"],
438
442
["`w:space`","integer","Distance from text to border inner edge, in points"],
439
443
["`w:color`","hex","Border color (e.g., 000000, auto)"],
0 commit comments