* 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
1 changed files with 2 additions and 1 deletions

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)