go-shiori / go-epub

Go library for creating EPUB files
MIT License
44 stars 7 forks source link

fix: subsection to subsection #17

Closed Monirzadeh closed 11 months ago

Monirzadeh commented 11 months ago

As mentioned in bug report #16, go-epub can't append a subsection to a subsection. Another bug we found is that currently goepub cannot append section to above level one. This PR will fix these bugs and refactor the logic for a better approach.

TODO: