RichEditor loading minihtml do not indent the text

First i export miniHTML from de TadvRichEditor with de TadvRichEditorMiniHTML:

   

Memo1.Lines.Text := AdvRichEditorMiniHTMLIO1.AsString;



This text contains divs from indents, and then i load the miniHTML:

   

AdvRichEditor1.Clear;
    AdvRichEditorMiniHTMLIO1.Load(Memo1.Lines.Text, nil);



 
The AdvRichEditor1, do not show the indentation of the divs, and all the text is aligned to the left side.
Only when i push indent button, the component shows the indentation, but after de load.

Hi, 


miniHTML does not support the div tag, for supported tags please take a look at the following page:

https://www.tmssoftware.com/site/minihtml.asp