Commit Graph

  • 4be2374fbe fix: link validation doesn't catch end of MathJax when \r present (#615) fix/link-validation-windows squidfunk 2026-05-03 19:13:58 +02:00
  • c6cffec95f fix: link validation exclusions don't catch \r\n line feeds squidfunk 2026-05-03 19:01:03 +02:00
  • 6efe0a3bcc fix: link validation exclusions require empty line after code block (#618) squidfunk 2026-05-03 18:55:05 +02:00
  • 645bbe881a fix: clear site directory contents instead of removing it (#621) master Martin Donath 2026-05-03 16:46:58 +02:00
  • 814d2e9edf fix: link validation yields false positives on Windows (#616) squidfunk 2026-05-03 12:39:09 +02:00
  • b229bac9ad fix: zensical serve returns 404 after suspend (#574) Martin Donath 2026-05-01 20:08:37 +02:00
  • 110c544b54 fix: zensical serve returns 404 after suspend (#574) fix/suspend squidfunk 2026-05-01 20:03:59 +02:00
  • b5492cef2e fix: shim for mkdocs-glightbox fails when only defaults are set (#611) Martin Donath 2026-05-01 19:32:54 +02:00
  • 0291ad5360 chore: release v0.0.39 v0.0.39 Martin Donath 2026-05-01 18:24:15 +02:00
  • fe42fc4dde fix: shim for MkDocs validation syntax overrides Zensical's (#607) Martin Donath 2026-05-01 18:18:35 +02:00
  • 89d99bafaf Merge pull request #597 from zensical/fix/validation-text-fragment Martin Donath 2026-05-01 18:02:52 +02:00
  • 273dd2313a fix: auto-themed gallery takes precedence over explicit grouping Martin Donath 2026-05-01 17:37:02 +02:00
  • b693a2fe4b Fix glightbox captions (#605) Martin Donath 2026-05-01 13:46:55 +02:00
  • dfc74bf921 chore: fix ty warning squidfunk 2026-05-01 13:39:22 +02:00
  • 3e27d6954b refactor: move glightbox config options to dataclass squidfunk 2026-05-01 13:36:14 +02:00
  • 8ed39039ce chore: disable ruff's N802 globally squidfunk 2026-05-01 13:27:06 +02:00
  • c050add8a0 fix: error when setting caption_position on glightbox extension (#604) squidfunk 2026-05-01 13:12:13 +02:00
  • 699d3be0f6 fix: add Python backtrace on Markdown rendering error squidfunk 2026-05-01 13:09:24 +02:00
  • acc2620a57 fix: validation doesn't correctly map percent-encoded links (#598) squidfunk 2026-04-30 17:33:54 +02:00
  • da317bf201 fix: add $...$ and $$...$$ blocks to exclusions for link validation (#599) squidfunk 2026-04-30 17:20:41 +02:00
  • 94f0d29756 fix: anchor not extracted from combined anchor-text-fragment squidfunk 2026-04-30 15:31:21 +02:00
  • 2f6ce8c5aa chore: upgrade Docker image to latest Alpine Martin Donath 2026-04-30 14:54:25 +02:00
  • 0e7f1d8cf8 chore: release v0.0.38 v0.0.38 Martin Donath 2026-04-30 13:56:34 +02:00
  • 201c615cd0 feature: add link and footnote validation and --strict mode (#175) Martin Donath 2026-04-30 13:17:23 +02:00
  • b3c1d91ed8 refactor: use our markdown subclasses Timothée Mazzucotelli 2026-04-28 12:34:15 +00:00
  • ce8cbf817c refactor: simplify function definitions after zrx upgrade Martin Donath 2026-04-27 16:56:48 +02:00
  • 55c9d26e91 chore: release v0.0.37 v0.0.37 Martin Donath 2026-04-27 09:54:04 +02:00
  • 5178689c7a chore: fix ty warning Martin Donath 2026-04-27 09:35:01 +02:00
  • 5fd8871c6a fix: revert change in search processor (regression) Martin Donath 2026-04-26 17:01:37 +02:00
  • 99d53f68c2 feature: add collectors to extract references for link validation Martin Donath 2026-04-25 15:13:54 +02:00
  • 98720928cc refactor: subclass Markdown processors to extend functionality Martin Donath 2026-04-25 13:42:39 +02:00
  • 72ba12236b fix: sanitize nested metadata (#582) Timothée Mazzucotelli 2026-04-25 11:26:28 +00:00
  • dfb73ff1f3 chore: switch to ty Timothée Mazzucotelli 2026-04-24 17:14:04 +00:00
  • c937ed3c4d Merge pull request #577 from zensical/fix/glightbox-title Martin Donath 2026-04-24 16:17:38 +02:00
  • 2fb663e1fd fix: text adjacent to image included in link to open image in lightbox (#579) squidfunk 2026-04-24 16:04:53 +02:00
  • dc32baf98f fix: anchor links preserved in table of content section titles (#578) squidfunk 2026-04-24 14:16:11 +02:00
  • fdeb0616cd refactor: use identical name for tree- and postprocessor squidfunk 2026-04-24 13:58:01 +02:00
  • 127648e743 fix: attributes not applied to lightbox images squidfunk 2026-04-23 22:03:48 +02:00
  • 76945357dc feature: installable theme extensions (#511) Timothée Mazzucotelli 2026-04-24 11:37:59 +00:00
  • 46b03e5d7c chore: add spacing in markdown example Timothée Mazzucotelli 2026-04-24 09:25:59 +00:00
  • 5081de243f chore: release v0.0.36 (#576) v0.0.36 Martin Donath 2026-04-23 17:29:36 +02:00
  • d4d88f8571 fix: update ui to v0.0.15 Martin Donath 2026-04-23 17:26:26 +02:00
  • ca9743add9 chore: release v0.0.35 v0.0.35 Martin Donath 2026-04-23 17:03:57 +02:00
  • 676bfe2041 chore: fix mypy linter error Martin Donath 2026-04-23 16:35:17 +02:00
  • 64f3f33b72 fix: relative links in raw HTML not correctly resolved (#258) Martin Donath 2026-04-23 15:16:41 +02:00
  • 87abb2abef fix: remove img attributes moved to parent in GLightboxExtension Martin Donath 2026-04-23 14:00:36 +02:00
  • 5795fc8fe4 Merge pull request #569 from zensical/fix/lightbox-extension Martin Donath 2026-04-23 13:38:24 +02:00
  • f7531afbf6 fix: images in raw HTML are double-processed by GLightboxExtension squidfunk 2026-04-23 13:36:05 +02:00
  • 1d8dc83135 fix: ensure None attributes are not added by GlightboxExtension squidfunk 2026-04-23 13:35:34 +02:00
  • 7c977a855a refactor: move GLightbox extension to regular Postprocessor squidfunk 2026-04-23 13:19:46 +02:00
  • 5519730eea feature: render section title with markup in table of contents Martin Donath 2026-04-23 12:14:42 +02:00
  • 63f02b292e Merge pull request #566 from zensical/feature/glightbox Martin Donath 2026-04-23 12:00:54 +02:00
  • db8518dc3a feature: add plugin compatibility shim for glightbox squidfunk 2026-04-23 11:58:00 +02:00
  • 5c1f3817df chore: fix import order squidfunk 2026-04-23 11:41:00 +02:00
  • 057da7c2c7 feature: add support for image galleries using glightbox (#290) squidfunk 2026-04-23 11:36:13 +02:00
  • 98a8e73833 docs: unify wording in comments squidfunk 2026-04-23 11:29:47 +02:00
  • 773fa76b54 fix: support uv's symlink mode (#557) Timothée Mazzucotelli 2026-04-22 11:24:15 +00:00
  • 1304d4b1ea chore: remove license from wheel root Timothée Mazzucotelli 2026-04-21 11:57:18 +00:00
  • f85eaf42a2 chore: release v0.0.34 v0.0.34 Martin Donath 2026-04-21 11:04:03 +02:00
  • 85fdd54817 Merge pull request #561 from zensical/chore/update-ui Martin Donath 2026-04-21 10:52:28 +02:00
  • 2461bd6931 fix: update ui to v0.0.14 squidfunk 2026-04-21 10:51:01 +02:00
  • e69b87b22a chore: add updated uv.lock squidfunk 2026-04-21 10:50:05 +02:00
  • eacb402ead chore: calling Markdown::render can lead to race condition in Python Martin Donath 2026-04-18 17:18:47 +02:00
  • 8f5f584b9a feature: update configuration parser to TOML v1.1.0 Martin Donath 2026-04-18 17:17:59 +02:00
  • 50aa8a5eb8 refactor: update to zrx to v0.0.21 Martin Donath 2026-04-18 12:21:23 +02:00
  • 670834fb04 fix: inhibit instant previews on footnote backrefs Florian Scheuner 2026-04-18 10:43:52 +01:00
  • adad1faeb2 fix: detect snippets block syntax (#526) Timothée Mazzucotelli 2026-04-16 17:46:20 +00:00
  • f5df5e805b chore: update GitHub Actions workflows Martin Donath 2026-04-16 18:13:03 +02:00
  • c6e63b2b88 chore: fix clippy warning squidfunk 2026-04-16 18:10:07 +02:00
  • d175d98a42 chore: update GitHub Actions workflows squidfunk 2026-04-16 18:06:31 +02:00
  • 111e1ebf95 fix: use a regex to detect snippets (#526) Timothée Mazzucotelli 2026-04-15 19:41:39 +00:00
  • 7251f08f39 chore: update dependencies to latest Martin Donath 2026-04-15 12:23:46 +02:00
  • d24ba8ac37 fix: always rebuild pages containing snippets (#526) Timothée Mazzucotelli 2026-04-15 10:06:09 +00:00
  • 7076f8d4b3 fix: update README.html links to index.html links when directory URLs aren't set (#531) Timothée Mazzucotelli 2026-04-15 09:55:35 +00:00
  • 3593ecc44d chore: remove unused import Timothée Mazzucotelli 2026-04-15 09:49:15 +00:00
  • 4b9ed877e3 fix: don't consider non-root index.md a homepage, like MkDocs (#476) Martin Donath 2026-04-15 11:33:23 +02:00
  • 25f9ad6b30 fix: bump rand to 0.9.4 to mitigate CVE dependabot[bot] 2026-04-14 13:11:38 +02:00
  • 5af6512054 chore: release v0.0.33 v0.0.33 Martin Donath 2026-04-14 13:00:12 +02:00
  • bb8a7e5372 fix: update ui to v0.0.13 Martin Donath 2026-04-14 12:52:51 +02:00
  • bb58c5d5e2 fix: out of date help message (#524) Alexander Voss 2026-04-13 18:32:20 -04:00
  • 20d94ade33 refactor: update GitHub workflows to Node 24 (#522) my1e5 2026-04-13 15:45:18 +01:00
  • a694f4b026 chore: update pull_request_template.md Martin Donath 2026-04-13 14:09:10 +02:00
  • 015919156f chore: add pull_request_template.md Martin Donath 2026-04-13 14:00:33 +02:00
  • 492456b739 chore: add community guides Martin Donath 2026-04-13 13:46:51 +02:00
  • 4eb05a2672 feature!: switch base image to Alpine Linux for ease of use (#510) Niklas Wagner 2026-04-09 18:23:32 +02:00
  • 9bff25ac68 fix: add missing configuration for default Markdown Extensions Martin Donath 2026-04-09 13:35:35 +02:00
  • 6871d33339 feature: add default Markdown Extensions to bootstrapped zensical.toml Martin Donath 2026-04-08 14:48:45 +02:00
  • ce00f3863b chore: release v0.0.32 v0.0.32 Martin Donath 2026-04-07 13:33:21 +02:00
  • ca5d2d5c23 fix: strip base URL prefix as URL segment, not string (#499) Timothée Mazzucotelli 2026-04-07 10:55:28 +00:00
  • 3a2358a7db fix: update to latest Pygments to mitigate vulnerability (#485) Martin Donath 2026-04-03 18:42:24 +02:00
  • 92b5622532 fix: only collect markdown pages in docs directory (#490) Timothée Mazzucotelli 2026-04-03 12:40:20 +00:00
  • 62ca63b6f7 chore: release v0.0.31 v0.0.31 Martin Donath 2026-04-01 13:21:43 +02:00
  • 198c1d658f fix: update ui to v0.0.12 Martin Donath 2026-04-01 13:14:21 +02:00
  • 24be9abba9 fix: support pymdownx blocks tab extension's slugify function (#483) Timothée Mazzucotelli 2026-03-31 18:10:24 +00:00
  • 76d87b9036 chore: release v0.0.30 v0.0.30 Martin Donath 2026-03-28 18:49:44 +01:00
  • 97cdbc864b fix: update ui to v0.0.11 Martin Donath 2026-03-28 18:29:55 +01:00
  • 77a08d987f feature: add support for mike Martin Donath 2026-03-28 12:35:07 +01:00
  • 25e8c5390b fix: validate docs-directory and custom-theme-directory (#475) Timothée Mazzucotelli 2026-03-27 16:06:53 +01:00
  • b8f21fb1e7 chore: release v0.0.29 v0.0.29 Martin Donath 2026-03-24 14:29:43 +01:00
  • c1860cab1e fix: leave absolute links untouched (#466) Timothée Mazzucotelli 2026-03-24 12:42:24 +01:00