Converts a <br> HTML element to Delta operations.
<br>
@override List<Operation> brToOp(dom.Element element) { return [Operation.insert('\n')]; }