diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2024-04-06 07:17:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-06 11:17:15 +0000 |
| commit | 3d4de954aaeb072a1df2bedf7f93785b3498bc69 (patch) | |
| tree | 05d648362059a70ffa19155f42849dd15d3ca2d2 /docs | |
| parent | ffc9570c643540282d35dfe3075567c1200e4171 (diff) | |
Fix broken links in tables.md on striped rows and columns (#3884)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guides/tables.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/guides/tables.md b/docs/guides/tables.md index df6f0ea7..dbeb3955 100644 --- a/docs/guides/tables.md +++ b/docs/guides/tables.md @@ -115,7 +115,7 @@ limitation of Typst that will be fixed in a future release. Congratulations, you have created your first table! Now you can proceed to [change column sizes](#column-sizes), [adjust the strokes](#strokes), [add -striped rows](#striped-rows-and-columns), and more! +striped rows](#fills), and more! ## How to change the column sizes? { #column-sizes } If you create a table and specify the number of columns, Typst will make each @@ -997,7 +997,7 @@ by the `table.cell` set rule). Finally, we align all the content of all table cells in the body in the center. If you want to know more about the functions passed to `align`, `stroke`, and `fill`, you can check out the sections on [alignment], [strokes](#stroke-functions), and [striped -tables](#striped-rows-and-columns). +tables](#fills). This table would be a great candidate for fully automated generation from an external data source! Check out the [section about importing @@ -1311,7 +1311,7 @@ row. In our table, we have added our custom header that tells the reader that we've applied a logarithm to the values. Then, we spread the flattened data as above. -We also styled the table with [stripes](#striped-rows-and-columns), a +We also styled the table with [stripes](#fills), a [horizontal line](#individual-lines) below the first row, [aligned](#alignment) everything to the right, and emboldened the first column. Click on the links to go to the relevant guide sections and see how it's done! |
