Add support for timestamps

This commit is contained in:
Niklas Fasching 2019-01-06 20:50:10 +01:00
parent bd33e8885e
commit 63fef04fb3
9 changed files with 121 additions and 1 deletions

View file

@ -111,4 +111,41 @@ auto link, i.e. not inside <code class="verbatim">\[[square brackets]\]</code> <
</li>
</ol>
</li>
<li>
<p>
timestamps
</p>
<ul>
<li>
<p>
<span class="timestamp">&lt;2019-01-06 Sun&gt;</span>
</p>
</li>
<li>
<p>
<span class="timestamp">&lt;2019-01-06 Sun&gt;</span>
</p>
</li>
<li>
<p>
<span class="timestamp">&lt;2019-01-06 Sun 18:00&gt;</span>
</p>
</li>
<li>
<p>
<span class="timestamp">&lt;2019-01-06 Sun 18:00 +1w&gt;</span>
</p>
</li>
<li>
<p>
<span class="timestamp">&lt;2019-01-06 Sun 18:00&gt;</span>
</p>
</li>
<li>
<p>
<span class="timestamp">&lt;2019-01-06 Sun 18:00 +1w&gt;</span>
</p>
</li>
</ul>
</li>
</ul>