Skip to content

Commit 83d023e

Browse files
committed
update
1 parent d25eefe commit 83d023e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/todo.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,23 @@
3737
## parsing differences
3838
3939
- Lines that end with spaces might be interpreted differently.
40+
41+
42+
## Things to handle from quarto-web we're leaving behind for now
43+
44+
### docs/advanced/typst/typst-css.qmd
45+
46+
| | span | div | table | td |
47+
|------------------|------|-----|-------|-----|
48+
| background-color | ✓ | ✓ | | ✓ |
49+
| border[^1] | | | | ✓ |
50+
| color | ✓ | ✓ | | ✓ |
51+
| font-family | | ✓ | ✓ | |
52+
| font-size | | ✓ | ✓ | |
53+
| opacity | ✓ | | | ✓ |
54+
| align[^2] | | | | ✓ |
55+
56+
57+
[^1]: `border`, `border-left` etc, `border-width`, `border-style`, `border-color`, `border-left-width` etc
58+
59+
[^2]: `text-align`, `vertical-align`

0 commit comments

Comments
 (0)