dpurge
Results
1
issues of
dpurge
AddSubSection fails on Windows because path separator is not matched in navAppender and ncxAppender
1
In `toc.go` [line 177](https://github.com/go-shiori/go-epub/blob/64afa86158c504ae78270452f6f8b3dd1612a706/toc.go#L177) there is a `parentRelativePath` variable created which is then used in `navAppender` and `ncxAppender` to find a parent section. It does not work on Windows because...