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?
There 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.
isandeep1995|3 years ago
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.