quartz/quartz
saberzero1 90fbee4ef8
fix: use dangerouslySetInnerHTML for inline CSS to prevent HTML-escaping
Preact was escaping & characters in SCSS-compiled CSS (e.g. & nesting)
into &, breaking CSS rules. Using dangerouslySetInnerHTML bypasses
the escaping, matching how browsers expect style element content.
2026-02-14 01:11:56 +01:00
..
cli feat: build installed plugins 2026-02-10 00:03:43 +01:00
components refactor: remove inline scripts/styles migrated to plugins 2026-02-14 00:34:54 +01:00
i18n feat(i18n): update Vietnamese translations (#2228) 2025-11-29 13:31:17 -05:00
plugins Migrate emitters to external plugins (alias-redirects, cname, favicon, content-index, og-image) 2026-02-14 00:06:26 +01:00
processors chore(deps): replace chalk and rimraf with builtin functions (#1879) 2025-05-28 10:40:51 +02:00
static feat(comments): support custom giscus themes (#1526) 2024-10-17 18:30:16 -04:00
styles feat: add scroll padding for mobile screen (#2249) 2026-01-08 09:36:02 +08:00
util fix: use dangerouslySetInnerHTML for inline CSS to prevent HTML-escaping 2026-02-14 01:11:56 +01:00
bootstrap-cli.mjs Add comprehensive Git-based plugin CLI with lockfile support 2026-02-08 12:06:39 +01:00
bootstrap-worker.mjs chore(build): separate markdown and html handling into two separate stages (#1675) 2025-01-07 15:33:34 -05:00
build.ts feat: add PageType plugin infrastructure (Phase D Step 4) 2026-02-13 19:12:19 +01:00
cfg.ts feat(plugins): v5 plugin system 2026-02-07 02:01:38 +01:00
worker.ts perf: incremental rebuild (--fastRebuild v2 but default) (#1841) 2025-03-16 14:17:31 -07:00