diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-11 18:47:19 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-11 18:47:19 +0200 |
| commit | 765ceca3bf63c1ea99c4060e793d96953582e19a (patch) | |
| tree | 1b2f31fe4bd42a9dd091621bfafec7fcaec16df2 /test/ex_title_and_list.plain.html | |
| parent | 80dfc2d690108220f991f282314d73765f285081 (diff) | |
add tests derived from draft protocol documentation
Diffstat (limited to 'test/ex_title_and_list.plain.html')
| -rw-r--r-- | test/ex_title_and_list.plain.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/ex_title_and_list.plain.html b/test/ex_title_and_list.plain.html new file mode 100644 index 0000000..1ef3fac --- /dev/null +++ b/test/ex_title_and_list.plain.html @@ -0,0 +1,14 @@ +<h2>Specification meeting</h2> +<ul> +<li>Date: 11/10</li> +<li>Place: Our office, Street name, Paris</li> +<li>Meeting participants: +<ul> +<li>Alice</li> +<li>Bob</li> +<li><a href="https://www.wikidata.org/wiki/Q80">Tim</a></li> +</ul></li> +<li>Description: Some information not annotated</li> +</ul> +<h2>Launch party</h2> +<p>(TODO)</p> |
