Hello!
First of all, awesome library, it works really well out of the box.
I am however missing the ability to override the AnnotadedStringHtmlHandler and by extension I also need the KtXmlParser to be public.
For example if I want to override the relative size of the headings. Or if I want a different bullet point character. Or sometimes I want to block specific tags like sub and sup.
I think this flexibility is easily possible if the AnnotadedStringHtmlHandler is open and public and the KtXmlParser is also public (not sure if open is needed for this class).
Hello!
First of all, awesome library, it works really well out of the box.
I am however missing the ability to override the AnnotadedStringHtmlHandler and by extension I also need the KtXmlParser to be public.
For example if I want to override the relative size of the headings. Or if I want a different bullet point character. Or sometimes I want to block specific tags like sub and sup.
I think this flexibility is easily possible if the AnnotadedStringHtmlHandler is open and public and the KtXmlParser is also public (not sure if open is needed for this class).