Преглед на файлове

ox-md: Fix 790bd64

* lisp/ox-md.el (org-md-link): Add missing "#".
Nicolas Goaziou преди 9 години
родител
ревизия
b6c473b47f
променени са 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)))
 		     ((atom number) (number-to-string number))
 		     (t (mapconcat #'number-to-string number ".")))))))
-	(format "[%s](%s)"
+	(format "[%s](#%s)"
 		description
 		(org-export-get-reference destination info))))
      (t (let* ((raw-path (org-element-property :path link))