mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
...
This commit is contained in:
parent
2a288a49f1
commit
2842e53d09
@ -390,7 +390,7 @@ By default, calibre uses the following expression for chapter detection::
|
||||
|
||||
//*[((name()='h1' or name()='h2') and re:test(., 'chapter|book|section|part\s+', 'i')) or @class = 'chapter']
|
||||
|
||||
This expression is rather complex, because it tries to handle a number of common cases simulataneously. What it means
|
||||
This expression is rather complex, because it tries to handle a number of common cases simultaneously. What it means
|
||||
is that calibre will assume chapters start at either `<h1>` or `<h2>` tags that have any of the words
|
||||
`(chapter, book, section or part)` in them or that have the `class="chapter"` attribute.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user