shorten markdown links to pasted images

This commit is contained in:
Rene Schallner
2021-11-26 05:30:11 +01:00
parent ea44fc04fc
commit 723a2d25ef
3 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ telekasten.setup({opts})
-- image link style",
-- wiki: ![[image name]]
-- markdown: ![image name](image_subdir/xxxxx.png)
-- markdown: ![](image_subdir/xxxxx.png)
image_link_style = "wiki",
@@ -152,7 +152,7 @@ telekasten.setup({opts})
Valid options are:
- 'wiki' .. places links like this: `![[image_name]]`
- 'markdown' .. `![image_name](image_subdir/image_name)`
- 'markdown' .. `![](image_subdir/image_name)`
Default: 'wiki'