grouping.html 163 B

1234567891011
  1. <h2>Editor with LTR UI</h2>
  2. <div id="editor-ltr">
  3. <p>Editor content</p>
  4. </div>
  5. <h2>Editor with RTL UI</h2>
  6. <div id="editor-rtl">
  7. <p>Editor content</p>
  8. </div>