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: content/thoughts/setup.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,7 @@ svg {
29
29
}
30
30
```
31
31
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