File: spans.test

package info (click to toggle)
haskell-djot 0.1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 560 kB
  • sloc: haskell: 3,440; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```
This is a [test of
*color*]{.blue}.
.
<p>This is a <span class="blue">test of
<strong>color</strong></span>.</p>
```

```
not a [span] {#id}.
.
<p>not a [span] .</p>
```

```
[nested [span]{.blue}]{#ident}
.
<p><span id="ident">nested <span class="blue">span</span></span></p>
```