Refactor RegularLink image & video handling

This commit is contained in:
Niklas Fasching 2018-12-03 16:58:22 +01:00
parent f17923047b
commit 2399fec2eb
4 changed files with 45 additions and 12 deletions

View file

@ -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