7 ms·
How does it handling formatting and styling? Specifically, is there an option to remove/replace all the div tags with css and replace them with p tags?
by coreymaass 4y ago
How does it handling formatting and styling? Specifically, is there an option to remove/replace all the div tags with css and replace them with p tags?
- isandeep1995 4y agoThere won't be any div tag. All paragraphs of a Google Docs is converted into p tag only. Number list is converted into ol and bullet lists are converted into li. So it's 1-to-1 mapping. The produced html markup is excellent and high quality. Good for SEO too.