This method is used for inserting a new paragraph at the bottom of editor.
editor.insertRootParagraph(tagname)
Type: String
Optional. The tag name (div, br, p). If not specified, the tag defined by config.enterKeyTag will be inserted.
Type: HTMLElement
The HtmlElement that was just inserted. If insertion failed, this will return null.