Skip to content

Commit 0843ec3

Browse files
committed
update setup
1 parent f2d3b36 commit 0843ec3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/thoughts/setup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ svg {
2929
}
3030
```
3131

32-
Genuinely, why? I was considering switching to KaTeX but ultimately decided against it, opting for a [stupid, vibe-coded fix](https://github.com/xyzqm/garden/commit/4933c0ab9cece1458f0d5261876bb346e1e97f5d#diff-daf6fe07165fdca40b7f30f223cfc1d94d958b4b6803bbb9772fc0c667f9129e) (see `tikz.ts`) instead that basically sets `fill = currentColor` for all SVG elements that don't currently have `fill` set. Truly 🤮
32+
Genuinely, why? I was considering switching to KaTeX but ultimately decided against it, opting for a [stupid, vibe-coded fix](https://github.com/xyzqm/garden/commit/4933c0ab9cece1458f0d5261876bb346e1e97f5d#diff-daf6fe07165fdca40b7f30f223cfc1d94d958b4b6803bbb9772fc0c667f9129e) (see `tikz.ts`) instead that basically sets `fill = currentColor` for all SVG elements that don't currently have `fill` set. Truly 🤮
33+
34+
### UPD: 10/19
35+
Replaced vibe-coded fix with [this](https://github.com/xyzqm/garden/blob/f2d3b367865f93342de45989c3cdbc6517d89705/quartz/styles/custom.scss#L15) instead, hopefully everything works now

0 commit comments

Comments
 (0)