Skip to content

Commit

Permalink
fix image inline problem in export
Browse files Browse the repository at this point in the history
  • Loading branch information
goktug97 committed Jun 3, 2020
1 parent 84bda22 commit 99b56ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions org-roam-server.el
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ DESCRIPTION is the shown attribute to the user."
(let ((html-link (concat (file-name-sans-extension link) ".html")))
(if org-roam-server-authenticate
(format "<a href=%s?token=%s>%s</a>" html-link org-roam-server-token desc)
(format "<a href=%s>%s</a>" html-link desc)))))
(_ link))))
(format "<a href=%s>%s</a>" html-link desc))))))))

;;;###autoload
(define-minor-mode org-roam-server-mode
Expand Down

0 comments on commit 99b56ce

Please sign in to comment.