Implement #+MACRO
This commit is contained in:
parent
2ab65d300a
commit
9f7e8a8fbd
9 changed files with 55 additions and 0 deletions
8
org/testdata/inline.html
vendored
8
org/testdata/inline.html
vendored
|
@ -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>
|
||||
|
|
2
org/testdata/inline.org
vendored
2
org/testdata/inline.org
vendored
|
@ -39,3 +39,5 @@
|
|||
- <2019-01-06 18:00 +1w>
|
||||
- =#+LINK= based links: [[example:foobar]]
|
||||
#+LINK: example https://www.example.com/
|
||||
- =#+MACROs=: {{{headline(yolo)}}}
|
||||
#+MACRO: headline @@html:<h1>$1</h1>@@
|
||||
|
|
2
org/testdata/inline.pretty_org
vendored
2
org/testdata/inline.pretty_org
vendored
|
@ -39,3 +39,5 @@
|
|||
- <2019-01-06 Sun 18:00 +1w>
|
||||
- =#+LINK= based links: [[example:foobar]]
|
||||
#+LINK: example https://www.example.com/
|
||||
- =#+MACROs=: {{{headline(yolo)}}}
|
||||
#+MACRO: headline @@html:<h1>$1</h1>@@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue