Compare Auto and Text paste modes side by side. Paste the same content into both editors to see how each mode handles formatting differently.
<!-- Auto Mode -->
<richtextbox toolbar="default" height="250px"
paste-mode="Auto"
html="..." />
<!-- Text Mode -->
<richtextbox toolbar="default" height="250px"
paste-mode="Text"
html="..." />