File: insert_delete_mark.test

package info (click to toggle)
haskell-djot 0.1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 560 kB
  • sloc: haskell: 3,440; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
```
This is {-deleted
_text_-}. The braces are -required-.
And they must be in the -}right order{-.
.
<p>This is <del>deleted
<em>text</em></del>. The braces are -required-.
And they must be in the -}right order{-.</p>
```

```
{+ Inserted text +}
.
<p><ins> Inserted text </ins></p>
```

Interaction with smart:

```
{--hello--}
.
<p><del>-hello-</del></p>
```

```
This is {=marked *text*=}.
.
<p>This is <mark>marked <strong>text</strong></mark>.</p>
```