Refactor RegularLink image & video handling
This commit is contained in:
parent
f17923047b
commit
2399fec2eb
4 changed files with 45 additions and 12 deletions
6
org/testdata/example.org
vendored
6
org/testdata/example.org
vendored
|
@ -58,7 +58,11 @@ this one is cheating a little as tags are ALWAYS printed right aligned to a give
|
|||
1. regular link [[https://example.com]] link without description
|
||||
2. regular link [[https://example.com][example.com]] link with description
|
||||
3. regular link to a file (image) [[file:my-img.png]]
|
||||
4. auto link, i.e. not inside =\[[square brackets]\]= https://www.example.com
|
||||
4. regular link to a file (video) [[my-video.mp4]]
|
||||
5. regular link to http (image) [[http://www.example.com/my-img.png]]
|
||||
6. regular link to https (image) [[https://www.example.com/my-img.png]]
|
||||
7. auto link, i.e. not inside =\[[square brackets]\]= https://www.example.com
|
||||
|
||||
** blocks
|
||||
#+BEGIN_SRC bash
|
||||
echo a bash source block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue