This seems like a very serious issue! Often when a code example is split across pages, there is either a missing line of code or several duplicate lines of code. Fortunately I can get the missing code from the online version and write it into my book. I'm currently on page 180 and have encountered this issue many times.
For example, on page 180 the last line should be the following, but it is missing:
<button hx-get="/contacts">
Examples of duplicate code can be found between these pages:
59-60, 64-65, 70-71, 118-119, 133-134, 205-206, 210-211, 254-255, 266-267, 268-269, 290-291, 318-319, 326-327, 331-332
Examples of missing code (typically just one line) can be found between these pages:
129-130, 132-133 (missing line of text, not code), 176-177, 180-181
Perhaps there is a problem in the process that converts the book content into the pages since none of these issues exist in the online version.
This seems like a very serious issue! Often when a code example is split across pages, there is either a missing line of code or several duplicate lines of code. Fortunately I can get the missing code from the online version and write it into my book. I'm currently on page 180 and have encountered this issue many times.
For example, on page 180 the last line should be the following, but it is missing:
Examples of duplicate code can be found between these pages:
59-60, 64-65, 70-71, 118-119, 133-134, 205-206, 210-211, 254-255, 266-267, 268-269, 290-291, 318-319, 326-327, 331-332
Examples of missing code (typically just one line) can be found between these pages:
129-130, 132-133 (missing line of text, not code), 176-177, 180-181
Perhaps there is a problem in the process that converts the book content into the pages since none of these issues exist in the online version.