quartz/quartz
Anton Bulakh 7711ba8e2e
fix(tags): Dont consume a space before content tags
Content tags appeared to be "hugging" the text that preceeds them,
and as it turned out the tag regex was consuming the space, so the
final HTML actually looked like `some text<a..`, with the text node
not having the final space.

A simple oneline fix
2025-01-04 21:05:42 +02:00
..
cli feat(open-graph): generate OG images + further OG support (#740) 2024-11-12 07:33:35 -05:00
components perf: reduce bundle size (closes #1607) (#1689) 2025-01-01 12:24:32 -08:00
i18n feat(i18n): add zh-TW (#1621) 2024-12-03 04:52:36 -05:00
plugins fix(tags): Dont consume a space before content tags 2025-01-04 21:05:42 +02:00
processors fix: pass buildId to worker 2024-08-08 19:33:27 -07:00
static feat(comments): support custom giscus themes (#1526) 2024-10-17 18:30:16 -04:00
styles perf(img): lazy load chunks (#1700) 2025-01-03 11:27:43 -08:00
util chore: joinSegments fix + tests 2025-01-01 12:11:16 -08:00
bootstrap-cli.mjs cleanup: rework cli to allow invoking create and build outside of cli (#428) 2023-08-27 15:59:51 -07:00
bootstrap-worker.mjs run prettier 2023-07-22 17:27:41 -07:00
build.ts chore(deps): bump the production-dependencies group across 1 directory with 14 updates (#1655) 2024-12-17 03:53:51 -05:00
cfg.ts feat(open-graph): generate OG images + further OG support (#740) 2024-11-12 07:33:35 -05:00
depgraph.test.ts fix(fast rebuild): handle added an deleted markdown correctly (#921) 2024-02-23 18:40:42 -08:00
depgraph.ts fix(fast rebuild): handle added an deleted markdown correctly (#921) 2024-02-23 18:40:42 -08:00
worker.ts fix: pass buildId to worker 2024-08-08 19:33:27 -07:00