In the Export Tagging settings in InDesign CC, there is an option to use a custom tag as well as a custom class name. However, if the class is left blank then the Style Name is used in its place.
Is it possible to not have InDesign assign a class automatically?
Here is my scenario: I would like to not clutter up my HTML markup by having a class name of `body` for all my p tags, when I could simply use p without a class and style it in my CSS.
Thank you in advance.