File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.40.2 (2026-05-08)
4+
5+ * Bug fixes
6+ * Add ` rel="nofollow" ` to external links in HTML output
7+ * Use blockquote in ` llms.txt ` description
8+ * Void elements in ` epub ` , such ` wbr ` , must be terminated by the matching end-tag
9+ * Fix content container scrolling in older versions of Safari
10+ * Skip HTML comments when computing synopsis
11+ * Fix markdown backend code fence language and opaque type display
12+ * Fix false positive warning when linking to asset files
13+ * Prevent ` #search ` selector from impacting user content
14+ * Raise on extras that conflict with reserved filenames
15+ * Fix styling of admonition blocks
16+
317## v0.40.1 (2026-01-31)
418
519 * Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/elixir-lang/ex_doc"
5- @ version "0.40.1 "
5+ @ version "0.40.2 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments