nlbdev / nordic-epub3-dtbook-migrator

Tools for converting between a strict subset of DTBook and EPUB3.
http://nlbdev.github.io/nordic-epub3-dtbook-migrator/
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Require headings to be equal to toc. #467

Closed kalaspuffar closed 3 years ago

kalaspuffar commented 3 years ago

Hi @martinpub

Require headings to be equal to toc. If there is no H[x] there should be an aria-label with the correct information.

This should solve #463.

Best regards Daniel

martinpub commented 3 years ago

Thanks @kalaspuffar!