We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf97218 commit b6dcfe5Copy full SHA for b6dcfe5
lua/orgmode/org/hyperlinks/link.lua
@@ -9,6 +9,7 @@ local Link = {}
9
10
local pattern = '%[%[([^%]]+.-)%]%]'
11
12
+---@deprecated Use OrgHyperlink instead ('orgmode.org.links.hyperlink')
13
---@param str string
14
---@param range? OrgRange
15
---@return OrgLink
@@ -30,6 +31,7 @@ function Link:to_str()
30
31
end
32
33
34
35
---@param line string
36
---@param pos number
37
---@return OrgLink | nil, table | nil
0 commit comments