Implement #+MACRO

This commit is contained in:
Niklas Fasching 2020-04-17 16:41:06 +02:00
parent 2ab65d300a
commit 9f7e8a8fbd
9 changed files with 55 additions and 0 deletions

View file

@ -168,6 +168,14 @@ timestamps
<li>
<p>
<code class="verbatim">#+LINK</code> based links: <a href="https://www.example.com/foobar">https://www.example.com/foobar</a>
</p>
</li>
<li>
<p>
<code class="verbatim">#+MACROs</code>: <p>
<h1>yolo</h1>
</p>
</p>
</li>
</ul>