Android-FileBrowser-FilePicker
Android-FileBrowser-FilePicker copied to clipboard
Fix #1293 Support more customizable toc
This appears to be an implementation of the feature requested in #1293. What happens here depends on what decision is made there.
Given the decision made in #1293, I will not be accepting this as-is. However, I am not opposed to including the new config option to allow the user to define the class assigned to the title. After all, we already allow various other classes to be set by the user. Might as well include this one too.
If this is updated (with all checks passing), then I would be happy to accept it. If no action is taken, it will likely be closed.
I'll try to work on that in may because tomorrow I'm leaving to go to PyCon US.
@waylan I rebased this PR and left only the customizable TOC title class. I renamed this PR because is changed a lot from my original idea.
The tests will need to all be passing before we can accept this. Also, the release notes and the documentation need to be updated appropriately.
The tests will need to all be passing before we can accept this. Also, the release notes and the documentation need to be updated appropriately.
@waylan I fixed test failures and updated the documentation