You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After generating the EPUB file for the Elixir docs with this version,
and reviewing the result with `epubcheck`, I got the following summary:
```console
$ epubcheck doc/elixir/Elixir.epub --json elixir_docs.json (base)
Check finished with errors
Messages: 0 fatals / 141 errors / 0 warnings / 0 infos
```
If you compare the previous result with what we had on #1851
```
Messages: 9 fatals / 425 errors / 0 warnings / 0 infos
```
you can see that now we don't have messages with `fatal` severity and we
have reduced considerably the number of errors =)
I manually checked the generated EPUB on Apple Books and the previous
truncated sections are solved, I don't see the banner _Below is a
rendering of the page up to the first error_ and also the links to
anchor different anchor seems to work.
Fixes: #1851
0 commit comments