mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: org image syntax
This commit is contained in:
@@ -1522,7 +1522,7 @@
|
||||
[format url file-name image?]
|
||||
(case (keyword format)
|
||||
:markdown (util/format (str (when image? "!") "[%s](%s)") file-name url)
|
||||
:org (util/format "[[%s][%s]]" url file-name)
|
||||
:org (util/format "[[%s]]" url)
|
||||
nil))
|
||||
|
||||
(defn- get-asset-link
|
||||
|
||||
Reference in New Issue
Block a user