I think it'd be safest if this was applied only to markdown-produced HTML. We don't call "markdown.convert" too many times, it seems feasible to add a 'md-generated' class (for example) to the parent div each time that is used, and apply the h1-h6 changes to that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't see all of the headers above as different, am I missing something?
https://sourceforge.net/p/lanex/discussion/ headers are too big. Also seen on /admin/tools. Could be many other places too...
I think it'd be safest if this was applied only to markdown-produced HTML. We don't call "markdown.convert" too many times, it seems feasible to add a 'md-generated' class (for example) to the parent div each time that is used, and apply the h1-h6 changes to that.
All markdown generated content now has the class "markdown_content". I used this class to restrict the header css.