-
Notifications
You must be signed in to change notification settings - Fork 357
Fix Summary Types heading size #2192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
📦 Docs artifacts are ready: https://github.com/elixir-lang/ex_doc/actions/runs/21399132754/artifacts/5272472694 |
56af58b to
30afb0c
Compare
30afb0c to
a53f365
Compare
|
@DavidOliver I am afraid this fix is not correct. ExDoc allows you to define custom groups and, if we target the headers IDs here, then custom groups won't be correct. We need to add a generic selector. If it is not possible today without partially undoing #2164, then we can add new selectors to the template. |
|
@DavidOliver perhaps a simple answer is to convert those to h2 and h3 in the template, so they don't need the special selectors no more. |
Ah - sorry!
I've just tried that and it's looking like it's going to work fine. I'll spend some more time checking and trying to find issues before pushing again. |
josevalim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is perfect! ❤️
Let's add minification back and I can ship a new release!!!!
Previously, it seemed that esbuild was adding erroneous spaces in
':is(', but that isn't happening now. All minification is now enabled
whether in watch/dev mode or not, so that devs get the same results as a
production build. (Browsers do a good job of un-minifying for
inspection.)
|
Even though whitespace minification is enabled, I can no longer find any erroneous spaces in ':is('. Not sure what happened there. All minification is now enabled whether in watch/dev mode or not, so that devs get the same results as a production build. (Browsers do a good job of un-minifying for inspection.) |



Fixes #2191