0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-30 08:27:47 +00:00

* lisp/ox-md.el (org-md--convert-to-html): Fix the docstring

Clarify that CONTENTS argument is ignored and document INFO argument.
This commit is contained in:
Ihor Radchenko 2023-11-04 09:48:39 +02:00
parent 38723463db
commit 054bdb6ce3
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -311,7 +311,8 @@ INFO is a plist used as a communication channel."
"\n")))))
(defun org-md--convert-to-html (datum _contents info)
"Convert DATUM into raw HTML, including contents."
"Convert DATUM into raw HTML.
CONTENTS is ignored. INFO is the info plist."
(org-export-data-with-backend datum 'html info))
(defun org-md--identity (_datum contents _info)