Yeah, there's a big div wrapping that section, you most likely want to remove that. Some readers will still break at the end of the file, so you may also want to merge the files (3,4,5) together to prevent that.
You can remove the divs with the regex :
</?div\b[^>]*>
|