A language-neutral conformance corpus for org-mode to HTML renderers.

conformance html org-mode testing

cases/timestamps.skeleton

main
org-conformance/cases/timestamps.skeleton history · blame · raw

62 lines · 603 bytes

 1<h2>
 2"Single"
 3</h2>
 4<p>
 5"An active date"
 6<time>
 7"2024-01-15"
 8</time>
 9"and an inactive one"
10<time>
11"2024-01-15"
12</time>
13"."
14</p>
15<p>
16"With a time:"
17<time>
18"2024-01-15 10:30"
19</time>
20"."
21</p>
22<h2>
23"Ranges"
24</h2>
25<p>
26"A same-day time range"
27<time>
28"2024-01-15 10:00"
29</time>
30"–"
31<time>
32"11:45"
33</time>
34"."
35</p>
36<p>
37"A multi-day range"
38<time>
39"2024-01-15"
40</time>
41"–"
42<time>
43"2024-01-20"
44</time>
45"."
46</p>
47<h2>
48"Ignored decorations"
49</h2>
50<p>
51"A repeater is dropped:"
52<time>
53"2024-01-15"
54</time>
55"."
56</p>
57<h2>
58"Not timestamps"
59</h2>
60<p>
61"Comparisons like 3 < 4 and [not a stamp] stay literal text."
62</p>