浏览代码

Merge branch 'maint'

Nicolas Goaziou 9 年之前
父节点
当前提交
b293f75e78
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-md.el

+ 1 - 1
lisp/ox-md.el

@@ -354,7 +354,7 @@ a communication channel."
 			    (org-element-property :title destination) info)))
 			    (org-element-property :title destination) info)))
 		     ((atom number) (number-to-string number))
 		     ((atom number) (number-to-string number))
 		     (t (mapconcat #'number-to-string number ".")))))))
 		     (t (mapconcat #'number-to-string number ".")))))))
-	(format "[%s](%s)"
+	(format "[%s](#%s)"
 		description
 		description
 		(org-export-get-reference destination info))))
 		(org-export-get-reference destination info))))
      (t (let* ((raw-path (org-element-property :path link))
      (t (let* ((raw-path (org-element-property :path link))