Can html5 output paragraphs without div class paragraph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Can html5 output paragraphs without div class paragraph

mbaker00
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.