Can html5 output paragraphs without div class paragraph

Posted by mbaker00 on
URL: https://discuss.asciidoctor.org/Can-html5-output-paragraphs-without-div-class-paragraph-tp7336.html

I've switched from using Markdown to Asciidoctor for my research publishing in the last year. I have little familiarity with ruby but have managed the installs to get html and PDF output from Asciidoctor files. I was wondering if it is possible to eliminate some of the hierarchy in the html5 output from Asciidoctor. Example, if I just want paragraphs to output as <p>Content</p> instead of being contained in <div class="paragraph"> <p>Content.</p> </div>, is this possible? I've followed some of the links regarding backend generators, but still not sure if that can remove the paragraph div.