I am developing a plugin and using com.intellij.lang.documentation.
DocumentationProvider#generateRenderedDoc for rendering the documentation. When I open a library file, it opens in reader mode and tries to render all the documentation. I want it to render the documentation as I scroll down. is it possible?