Path: blob/main/dev-docs/feature-format-matrix/qmd-files/css-properties/border/border-left-style-solid.qmd
3589 views
--- format: html: quality: 1 pdf: quality: na typst: quality: 2 comment: "td only" dashboard: quality: 1 docx: quality: na pptx: quality: na keep-typ: true _quarto: tests: typst: ensureTypstFileRegexMatches: - - 'table\.cell\(stroke: \(left: \(paint: black\)\)\)\[A\]' - [] --- ```{=html} <table> <tr><td style="border-left-style: solid; border-left-color: black">A</td><td>B</td></tr> </table> ```