size: 458 B

1```
2This is {-deleted
3_text_-}. The braces are -required-.
4And they must be in the -}right order{-.
5.
6<p>This is <del>deleted
7<em>text</em></del>. The braces are -required-.
8And they must be in the -}right order{-.</p>
9```
10
11```
12{+ Inserted text +}
13.
14<p><ins> Inserted text </ins></p>
15```
16
17Interaction with smart:
18
19```
20{--hello--}
21.
22<p><del>-hello-</del></p>
23```
24
25```
26This is {=marked *text*=}.
27.
28<p>This is <mark>marked <strong>text</strong></mark>.</p>
29```