Implement #+LINK
This commit is contained in:
parent
47a3653d61
commit
1e36b3b46b
6 changed files with 19 additions and 0 deletions
5
org/testdata/inline.html
vendored
5
org/testdata/inline.html
vendored
|
@ -165,4 +165,9 @@ timestamps
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<code class="verbatim">#+LINK</code> based links: <a href="https://www.example.com/foobar">https://www.example.com/foobar</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
2
org/testdata/inline.org
vendored
2
org/testdata/inline.org
vendored
|
@ -37,3 +37,5 @@
|
|||
- <2019-01-06 Sun 18:00 +1w>
|
||||
- <2019-01-06 18:00>
|
||||
- <2019-01-06 18:00 +1w>
|
||||
- =#+LINK= based links: [[example:foobar]]
|
||||
#+LINK: example https://www.example.com/
|
||||
|
|
2
org/testdata/inline.pretty_org
vendored
2
org/testdata/inline.pretty_org
vendored
|
@ -37,3 +37,5 @@
|
|||
- <2019-01-06 Sun 18:00 +1w>
|
||||
- <2019-01-06 Sun 18:00>
|
||||
- <2019-01-06 Sun 18:00 +1w>
|
||||
- =#+LINK= based links: [[example:foobar]]
|
||||
#+LINK: example https://www.example.com/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue